-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
41
42
43
44
45
46
47
{
"name": "vintage2021",
"version": "1.0.0",
"description": "Install Node.js and NPM https://nodejs.org/en/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BJUVintage/Vintage2021.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/BJUVintage/Vintage2021/issues"
},
"homepage": "https://github.com/BJUVintage/Vintage2021#readme",
"devDependencies": {
"autoprefixer": "^9.0.0",
"browser-sync": "^2.26.14",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-data": "^1.3.1",
"gulp-deporder": "^1.2.0",
"gulp-flatmap": "^1.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-minify": "^3.1.0",
"gulp-newer": "^1.4.0",
"gulp-noop": "^1.0.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-run": "^1.7.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-debug": "^3.0.0",
"gulp-surge": "^0.1.4",
"gulp-terser": "^2.0.1",
"pug-cli": "^1.0.0-alpha6"
}
}