-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "minyami-chrome-extension",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack-cli --config ./build/webpack.config.js --mode=production",
"watch": "webpack-cli --config ./build/webpack.config.js --watch --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Last-Order/Minyami.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Last-Order/Minyami/issues"
},
"homepage": "https://github.com/Last-Order/Minyami#readme",
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-cssnext": "^3.1.1",
"postcss-import": "^14.0.0",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^7.7.2",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"vue-loader": "^15.0.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"axios": "^0.26.0",
"element-ui": "^2.15.6",
"vue": "^2.6.14",
"vue-i18n": "^8.27.0"
}
}