-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "2024_ustc",
"version": "1.0.0",
"main": "jquery.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --env production=false",
"produce": "webpack --env production=true",
"start": "webpack serve --open"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@babel/cli": "^7.25.6",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@vercel/webpack-asset-relocator-loader": "^1.7.4",
"babel-loader": "^9.2.1",
"babel-plugin-module-resolver": "^5.0.2",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eft-loader": "^0.17.5",
"file-loader": "^6.2.0",
"gh-pages": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.9.1",
"pdfjs-dist": "^2.16.105",
"terser-webpack-plugin": "^5.3.10",
"url-loader": "^4.1.1",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"worker-loader": "^3.0.8"
},
"dependencies": {
"katex": "^0.16.11",
"webpack-dev-server": "^5.1.0"
}
}