This repository was archived by the owner on Mar 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.27 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.27 KB
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": "elabodeal",
"version": "0.0.0",
"scripts": {
"test": "jest",
"dev": "webpack --config webpack.dev.config.js",
"build": "webpack --config webpack.prod.config.js"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@vue/compiler-sfc": "^3.0.11",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.0",
"eslint": "^7.29.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.12.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"husky": "^4.3.8",
"jest": "^27.0.6",
"mini-css-extract-plugin": "^1.6.0",
"mount-vue-component": "^0.10.0",
"sass": "^1.35.1",
"sass-loader": "^10.2.0",
"sass-resources-loader": "^2.2.3",
"vue-loader": "^16.2.0",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-remove-empty-scripts": "^0.7.1"
},
"dependencies": {
"axios": "^0.21.1",
"vue": "^3.0.11",
"vuex": "^4.0.1"
},
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}