-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 KB
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
{
"name": "web-static-build",
"version": "2.0.3",
"description": "web-static-build",
"main": "bs-config.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"autoprefixer": "^10.4.4",
"browser-sync": "^2.27.9",
"cssnano": "^5.1.7",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.3",
"gulp-debug": "^4.0.0",
"gulp-dependents": "^1.2.5",
"gulp-file-sync": "^2.1.0",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^8.0.0",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.5",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"postcss": "^8.4.12",
"sass": "^1.50.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "npm",
"url": "https://www.npmjs.com/~nannan527"
},
"author": "Dongyinan",
"license": "ISC",
"_from": "web-static-build@2.0.3",
"_resolved": "http://registry.npm.taobao.org/web-static-build/download/web-static-build-2.0.3.tgz"
}