-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (37 loc) · 871 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
38
{
"name": "via-ui-project",
"version": "1.0.0",
"description": "via-ui",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"push": "node ./script/push.js",
"release": "sh ./script/git.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JslinSir/via-ui.git"
},
"author": "jslin",
"license": "ISC",
"bugs": {
"url": "https://github.com/JslinSir/via-ui/issues"
},
"homepage": "https://github.com/JslinSir/via-ui#readme",
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-dart-sass": "^1.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-jsonminify": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"inquirer": "^8.2.4",
"ora": "^5.4.1"
}
}