-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
56 lines (56 loc) · 1.77 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
55
56
{
"name": "tsinghua_elt_helper",
"version": "0.0.5",
"description": "TsingHuaELT网课助手",
"private": true,
"scripts": {
"server": "webpack-dev-server --open --config webpack.dev.babel.ts",
"crx:dev": "webpack --config webpack.crx.babel.ts --mode=development --watch --devtool inline-source-map",
"crx:prod": "webpack --config webpack.crx.babel.ts --mode=development --devtool inline-source-map",
"script": "webpack --config webpack.script.babel.ts"
},
"author": "SSmJaE",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.10.4",
"@babel/register": "^7.11.5",
"@types/chrome": "0.0.126",
"@types/crypto-js": "^4.0.1",
"@types/jquery": "^3.5.5",
"@types/node": "^14.10.1",
"@types/tampermonkey": "^4.0.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.4.1",
"postcss": "^7.0.32",
"postcss-loader": "^4.0.1",
"precss": "^4.0.0",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.4"
},
"dependencies": {
"@babel/runtime": "^7.11.2",
"crypto-js": "^4.0.0",
"jquery": "^3.5.1",
"query-string": "^6.13.7",
"reflect-metadata": "^0.1.13",
"sweetalert": "^2.1.2",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-ripple-directive": "^2.0.1"
}
}