-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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
{
"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.8.4",
"@babel/preset-flow": "^7.8.3",
"babel-eslint": "^10.0.3",
"browser-sync": "^3.0.2",
"cross-env": "^5.2.1",
"del": "^4.1.1",
"eslint-plugin-compat": "^3.8.0",
"flow-bin": "^0.102.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-eslint": "^6.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.1.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"isdev": "^1.0.1",
"marked": "^2.0.0",
"sass": "^1.35.1",
"stylelint": "^13.0.0",
"stylelint-config-recommended": "^5.0.0"
}
}