-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "sav-vui",
"version": "0.0.15",
"description": "sav vue components",
"main": "dist/sav-vui.js",
"scripts": {
"watch-sass": "npm run build-sass && watch -p \"+(sass)/**/*.sass\" -c \"npm run build-sass\"",
"lint-sass": "standard-sass",
"build-vui": "node scripts/build-components",
"build-sass": "node scripts/build-sass",
"build-icon": "node scripts/build-icon",
"build": "npm run build-icon && npm run build-sass && npm run build-vui",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/savjs/sav-vui.git"
},
"author": {
"name": "jetiny",
"email": "86287344@qq.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/savjs/sav-vui/issues"
},
"devDependencies": {
"font-awesome": "^4.7.0",
"fs-extra": "^3.0.1",
"node-sass": "^4.5.3",
"photon": "github:connors/photon",
"rollup-standalone": "future",
"standard-sass": "0.0.6",
"vue": "^2.3.4",
"vue-router": "^2.5.3",
"watch-cli": "^0.2.1"
},
"homepage": "https://github.com/savjs/sav-vui#readme"
}