-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
60 lines (60 loc) · 1.61 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
58
59
60
{
"name": "rnacos-console",
"author": "[email protected]",
"homepage": "https://github.com/heqingpan/rnacos-console-web",
"repository": "https://github.com/heqingpan/rnacos-console-web.git",
"keywords": [
"nacos",
"rnacos",
"console",
"admin",
"vue3"
],
"private": true,
"version": "0.5.11",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.0.0",
"axios": "^1.3.6",
"codemirror": "^6.0.1",
"crypto-js": "^4.2.0",
"diff": "^5.1.0",
"echarts": "^5.5.1",
"pinia": "^2.0.35",
"qs": "^6.11.2",
"template_js": "^3.1.4",
"vue": "^3.2.47",
"vue-demi": "^0.14.7",
"vue-i18n": "^10.0.4",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@rushstack/eslint-patch": "1.5.1",
"@types/node": "^18.16.1",
"@vicons/ionicons5": "^0.12.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^8.0.0",
"browserslist": "^4.22.1",
"eslint": "^8.54.0",
"eslint-plugin-vue": "9.18.1",
"lightningcss": "^1.22.0",
"naive-ui": "^2.34.3",
"prettier": "^3.1.0",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.11",
"vue-tsc": "^1.4.2"
}
}