-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.07 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
{
"name": "@alfalab/icons-demo",
"version": "1.290.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server",
"build": "yarn clean && NODE_ENV=production webpack",
"clean": "rimraf dist"
},
"devDependencies": {
"@types/camelcase": "^5.2.0",
"@types/classnames": "^2.2.11",
"@types/decamelize": "^3.0.3",
"@types/node": "^16.11.9",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/webpack-env": "^1.16.3",
"arui-presets-lint": "^4.2.0",
"arui-presets-ts": "^6.1.1",
"css-loader": "^3.5.3",
"html-webpack-plugin": "^4.3.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"rollup": "^2.11.2",
"rollup-plugin-ts": "^1.2.24",
"source-map-loader": "^1.0.0",
"style-loader": "^1.2.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"publishConfig": {
"access": "public"
},
"prettier": "arui-presets-lint/prettier",
"eslintConfig": {
"extends": "./node_modules/arui-presets-lint/eslint/index.js"
},
"stylelint": {
"extends": "arui-presets-lint/stylelint",
"rules": {
"arui-cssvars/use-variables": false
}
},
"dependencies": {
"@alfalab/core-components-checkbox": "^1.1.1",
"@alfalab/core-components-checkbox-group": "^1.1.1",
"@alfalab/core-components-input": "^1.3.1",
"@alfalab/core-components-mq": "^2.0.0",
"@alfalab/icons": "^3.26.0",
"@types/react-highlight": "^0.12.2",
"@types/react-modal": "^3.10.6",
"camelcase": "^6.2.0",
"classnames": "^2.3.1",
"decamelize": "^4.0.0",
"querystring": "^0.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-highlight": "^0.12.0",
"react-modal": "^3.11.2",
"react-virtual": "^2.2.0"
}
}