-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 815 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 815 Bytes
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
{
"name": "yundun-maerial",
"version": "1.0.0",
"description": "This is a material project",
"author": "xank <xank@qq.com>",
"scripts": {
"deploy": "npm run generate && npm run sync",
"generate": "ice-devtools generate",
"sync": "ice-devtools sync",
"sync-unpkg": "ice-devtools sync-unpkg",
"lint": "npm run lint:nofix -- --fix",
"lint:nofix": "eslint --cache --ext .js --ext .jsx ./"
},
"files": [
"build"
],
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-vue": "4.7.1"
},
"publishConfig": {
"registry": ""
},
"materialConfig": {
"type": "vue"
}
}