-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 3.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "frame-design-system",
"version": "0.17.0",
"description": "Open source design system for financial products and digital experiences.",
"homepage": "https://framedesignsystem.com",
"author": "Parasut",
"license": "MIT",
"keywords": [
"frame design system",
"web component",
"design system"
],
"bugs": {
"url": "https://github.com/parasutcom/frame-design-system/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parasutcom/frame-design-system.git"
},
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"engines": {
"node": ">=20.8.1"
},
"scripts": {
"build": "webpack",
"tokens:build": "cd src/design-tokens && style-dictionary build --config ./config.json",
"commit": "commit",
"lint": "npm-run-all -s lint:*",
"lint:styles": "stylelint '**/*.scss'",
"format:code": "prettier --write '**/*.{js,md,scss}'",
"format": "npm-run-all -s format:*",
"fix": "npm run format --fix && npm run lint --fix",
"clean:dist": "rimraf dist",
"clean:node_modules": "rimraf node_modules",
"clean": "npm run format -p clean:*",
"start": "gulp",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --output-dir storybook-static"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@commitlint/prompt-cli": "^17.7.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/pro-duotone-svg-icons": "^6.5.2",
"@fortawesome/pro-regular-svg-icons": "^6.5.2",
"@fortawesome/pro-solid-svg-icons": "^6.5.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-a11y": "^8.1.10",
"@storybook/addon-essentials": "^8.1.10",
"@storybook/addon-links": "^8.1.10",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.1.10",
"@storybook/web-components": "^8.1.10",
"@storybook/web-components-webpack5": "^8.1.10",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"chromatic": "^11.5.4",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-lit": "^1.13.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-wc": "^2.1.0",
"extract-loader": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"husky": "^8.0.0",
"lint-staged": "^12.3.7",
"lit": "^3.1.3",
"lit-scss-loader": "^2.0.1",
"npm-run-all": "^4.1.5",
"prettier": "3.2.5",
"rimraf": "^3.0.2",
"sass": "^1.49.7",
"sass-loader": "^14.2.1",
"storybook": "^8.1.10",
"style-dictionary": "^3.7.1",
"stylelint": "^16.5.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-scss": "^6.3.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}