-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
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
{
"name": "edge-ui",
"version": "0.0.1",
"description": "Edge UI",
"dependencies": {
"@alifd/next": "^1.x",
"@icedesign/container": "^1.x",
"@icedesign/layout": "^1.x",
"@icedesign/theme": "^1.0.0",
"@pixcai/make-api": "^0.0.4",
"classnames": "^2.2.5",
"lodash-es": "^4.17.15",
"moment": "^2.24.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ice/spec": "^0.1.1",
"eslint": "^6.0.1",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0",
"ice-scripts": "^2.0.0",
"stylelint": "^10.1.0"
},
"scripts": {
"start": "ice-scripts dev",
"build": "ice-scripts build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss"
},
"engines": {
"node": ">=8.0.0"
},
"license": "MIT"
}