-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
54 lines (54 loc) · 1.61 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "boss-show-time",
"version": "0.2.0",
"description": "展示 boss 直聘岗位的时间",
"private": true,
"scripts": {
"watch": "node ./node_modules/webpack/bin/webpack.js --mode=development --watch --config config/webpack.config.js",
"build": "node ./node_modules/webpack/bin/webpack.js --mode=production --config config/webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@eslint/js": "^9.2.0",
"@sqlite.org/sqlite-wasm": "3.43.2-build1",
"@types/chrome": "^0.0.246",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^6.11.0",
"eslint": "^9.2.0",
"file-loader": "^6.2.0",
"globals": "^15.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^0.10.1",
"postcss": "^8.4.21",
"postcss-loader": "^7.1.0",
"postcss-preset-env": "^8.0.1",
"sass": "^1.60.0",
"sass-loader": "^13.2.1",
"size-plugin": "^2.0.2",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vue-loader": "^17.0.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"ajax-hooks": "^1.8.0",
"core-js": "^3.29.1",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"element-plus": "^2.7.3",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"vue": "^3.2.47",
"vue-echarts": "^6.7.2",
"vue-router": "^4.2.5",
"xlsx": "^0.18.5"
}
}