-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.45 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.45 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "dpgui",
"version": "1.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@deepmodeling/args": "0.0.17",
"axios": "^1.7.4",
"core-js": "^3.37.0",
"register-service-worker": "^1.7.1",
"vue": "^3.5.13",
"vue-axios": "^3.5.2",
"vue-i18n": "^9.14.2",
"vue-router": "^4.4.5",
"vue3-storage": "^0.1.11",
"vuetify": "^3.7.4"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/eslint-parser": "^7.25.9",
"@fortawesome/fontawesome-free": "^6.7.2",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.4.21",
"crypto-browserify": "^3.12.1",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"ifdef-loader": "^2.3.2",
"sass": "~1.81.0",
"sass-loader": "^14.2.1",
"stream-browserify": "^3.0.0",
"webpack-plugin-vuetify": "^3.0.3"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"packageManager": "yarn@3.3.0"
}