-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.17 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.17 KB
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
{
"name": "leblocks-rework",
"version": "1.0.0",
"description": "refactoring of leblocks.github.io with modern build tools",
"private": "true",
"scripts": {
"build:prod": "webpack --mode=production",
"build": "webpack --mode=development",
"watch": "webpack --watch --mode=development",
"start": "webpack-dev-server --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "a.f.gurevich@gmail.com",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@webpack-cli/serve": "^2.0.1",
"babel-loader": "^9.1.2",
"chai": "^4.3.7",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.27.5",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
"html-loader": "^4.2.0",
"mocha": "^10.2.0",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"terser-webpack-plugin": "^5.3.7",
"val-loader": "^5.0.1",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
}
}