-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1018 Bytes
/
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
{
"name": "reactive-menu-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && git add ./docs",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "^4.2.0",
"element-plus": "^2.7.6",
"highlight.js": "^11.9.0",
"install": "^0.13.0",
"lodash-es": "^4.17.21",
"marked": "^12.0.2",
"monaco-editor": "^0.48.0",
"naive-ui": "^2.38.1",
"npm": "^10.5.2",
"reactive-menu": "^1.0.8",
"vue": "^3.4.24",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.25.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.75.0",
"vite": "^5.2.10",
"vite-plugin-monaco-editor": "^1.1.0",
"vue-eslint-parser": "^9.4.2"
}
}