-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.36 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "frontend-workflow",
"version": "2.0.3",
"scripts": {
"start": "gulp --production",
"dev": "gulp",
"build": "gulp build --production"
},
"keywords": [
"gulp",
"browsersync",
"pug",
"postcss",
"postcss-plugin",
"browserify",
"jquery",
"frontend",
"workflow"
],
"author": "xowei <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/xowei/frontend-workflow.git"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.26.13",
"browserify": "^17.0.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.6",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"lost": "^8.3.1",
"postcss": "^8.2.4",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^14.0.0",
"postcss-mixins": "^7.0.2",
"postcss-nested": "^5.0.3",
"postcss-reporter": "^7.0.2",
"pug": "^3.0.0",
"rucksack-css": "^1.0.2",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"sugarss": "^3.0.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"jquery": "^3.5.1"
}
}