-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "goat",
"version": "1.0.0",
"description": "Another ordinary front-end setup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WJ Zhao",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-imagemin": "^3.1.1",
"gulp-order": "^1.2.0",
"gulp-sass": "^3.2.1",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomswatermelon/goat.git"
},
"bugs": {
"url": "https://github.com/tomswatermelon/goat/issues"
},
"homepage": "https://github.com/tomswatermelon/goat#readme",
"dependencies": {
"@babel/polyfill": "^7.2.5",
"natives": "^1.1.6",
"vue": "^2.5.22"
}
}