-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
{
"scripts": {
"type-check": "tsc --noEmit",
"dev:assets": "webpack --watch",
"dev:start": "live-server --open=./public/ --host=localhost --watch=./public/",
"dev": "npm-run-all -p dev:*",
"build": "cross-env NODE_ENV=production webpack"
},
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-typescript": "^7.18.6",
"@types/jquery": "^3.5.9",
"@types/mathjax": "^0.0.37",
"babel-loader": "^8.2.5",
"core-js": "3.24",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"cssnano": "^5.1.13",
"file-loader": "^6.2.0",
"i": "^0.3.7",
"live-server": "^1.2.2",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.1",
"npm": "^8.18.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"sass-loader": "^13.0.2",
"terser-webpack-plugin": "^5.3.5",
"ts-loader": "^9.3.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-inject-plugin": "^1.5.5"
},
"dependencies": {
"jquery": "^3.6.0"
}
}