This repository has been archived by the owner on Feb 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.67 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
57
{
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --config=webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config=webpack.prod.js"
},
"devDependencies": {
"@babel/core": "^7.12.8",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@mdi/font": "^5.8.55",
"@types/node": "^14.14.25",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"archiver": "^5.1.0",
"babel-loader": "^8.2.1",
"cache-loader": "^4.1.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"deepmerge": "^4.2.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"localforage": "^1.9.0",
"reflect-metadata": "^0.1.13",
"sass": "^1.29.0",
"sass-loader": "^8.0.2",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"url-loader": "^4.1.1",
"vue-class-component": "^7.2.6",
"vue-loader": "^15.9.5",
"vue-property-decorator": "^9.1.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuetify-loader": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.4.0"
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/lodash": "^4.14.168",
"axios": "^0.21.0",
"core-js": "^3.7.0",
"dayjs": "^1.10.4",
"lodash": "^4.17.20",
"ts-md5": "^1.2.7",
"vee-validate": "^3.4.5",
"vue": "^2.6.12",
"vue-meta": "^2.4.0",
"vue-router": "^3.4.9",
"vuetify": "^2.4.5",
"webextension-polyfill-ts": "^0.22.0"
}
}