-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 763 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 763 Bytes
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
{
"type": "module",
"main": "webpack.config.js",
"scripts": {
"lint": "eslint ./src"
},
"dependencies": {
"js-yaml": "^4.1.1"
},
"devDependencies": {
"eslint": "^8.56.0",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"babel-loader": "^9.1.3",
"del": "^7.1.0",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-cleanhtml": "^1.0.3",
"gulp-jshint": "^2.1.0",
"gulp-merge-json": "^2.1.2",
"gulp-minify-css": "^1.2.4",
"gulp-strip-debug": "^6.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^6.0.0",
"webpack": "^5.105.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.1",
"webpack-stream": "^7.0.0",
"yargs": "^17.7.2"
}
}