-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 783 Bytes
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
{
"name": "gde-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-python": "^6.1.3",
"@codemirror/theme-one-dark": "^6.1.2",
"@vueuse/core": "^10.5.0",
"@vueuse/math": "^10.5.0",
"axios": "^1.5.1",
"codemirror": "^6.0.1",
"dotenv": "^16.3.1",
"pinia": "^2.1.7",
"v-network-graph": "^0.9.15",
"vue": "^3.4.2",
"vue-codemirror": "^6.1.1",
"vuetify": "^3.5.9"
},
"devDependencies": {
"@mdi/js": "^7.4.47",
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.3.3",
"vite": "^4.4.5",
"vite-plugin-vuetify": "^2.0.3"
}
}