-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "node public/js/index.min.js"
},
"devDependencies": {
"@types/lodash": "^4.14.161",
"@types/node": "^14.10.2",
"@types/webpack": "^4.41.22",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.12",
"expose-loader": "^1.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-less": "^4.0.1",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"mini-css-extract-plugin": "^0.11.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"terser-webpack-plugin": "^4.2.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"webpack": "^5.0.0-beta.30",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"css-loader": "^4.3.0",
"lodash": "^4.17.20",
"moment": "^2.28.0",
"requirejs": "^2.3.6",
"style-loader": "^1.2.1"
}
}