-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 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
{
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development gulp --gulpfile=build/build.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production gulp --gulpfile=build/build.js",
"watch": "gulp watch --gulpfile=build/build.js",
"flow": "flow"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-flow": "^7.16.7",
"browser-sync": "^3.0.2",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"flow-bin": "^0.176.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"isdev": "^1.0.1",
"marked": "^4.0.14",
"sass": "^1.50.1",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^5.0.0"
}
}