-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1003 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": "uk-college",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:symphony9/uk-college.git",
"author": "Symphony no.9",
"license": "MIT",
"scripts": {
"start": "gulp serve --silent",
"build": "gulp build --silent"
},
"dependencies": {
"axios": "^0.17.0",
"better-log": "^1.3.3",
"bootstrap": "4.0.0-beta",
"chalk": "^2.1.0",
"gulp": "^3.9.1",
"gulp-better-rollup": "^1.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-inject": "^4.3.0",
"gulp-inject-string": "^1.1.0",
"gulp-logger": "^0.0.2",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"pickathing": "^0.9.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-stream": "^1.24.1",
"run-sequence": "^2.2.0",
"sass-include-paths": "^4.10.0",
"vinyl-source-stream": "^1.1.0"
}
}