-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "Grizzly",
"version": "1.0.0",
"description": "Grizzly",
"main": "index.js",
"type": "module",
"browserslist": [
"last 1 version"
],
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-root-import": "^6.6.0",
"bootstrap": "^5.1.3",
"browser-sync": "^2.27.10",
"browsersync-ssi": "^0.2.4",
"cssnano": "^5.1.12",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^8.0.0",
"gulp-less": "^5.0.0",
"gulp-less-glob": "^1.0.0",
"gulp-noop": "^1.0.1",
"gulp-postcss": "^9.0.1",
"gulp-px-to-rem": "^1.0.4",
"gulp-rsync": "0.0.9",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-stylus": "^2.7.1",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"terser-webpack-plugin": "^5.3.3",
"webpack": "^5.73.0",
"webpack-stream": "^7.0.0"
}
}