-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 938 Bytes
/
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
{
"name": "vit-dfs",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:thangved/vit-dfs.git",
"author": "Kim Minh Thang <thangved02@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rm -rf docs",
"build": "webpack --mode=production",
"dev": "webpack serve --mode=development"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^5.0.0",
"file-loader": "^6.2.0",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-inline-script-webpack-plugin": "^3.2.1",
"html-webpack-plugin": "^5.6.3",
"inline-chunk-html-plugin": "^1.1.1",
"mini-css-extract-plugin": "^2.9.1",
"webpack": "^5.95.0",
"terser-webpack-plugin": "^5.3.9",
"webpack-dev-server": "^5.1.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"chart.js": "^4.4.5"
}
}