-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 809 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 809 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
34
{
"name": "gnext_frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@primeuix/themes": "^1.1.1",
"axios": "^1.8.4",
"d3-tip": "^0.9.1",
"jquery": "^3.7.1",
"locuszoom": "^0.14.0",
"plotly.js-dist-min": "^3.1.0",
"primeicons": "^7.0.0",
"primevue": "^4.3.4",
"typesense-instantsearch-adapter": "^2.9.0",
"vue": "^3.5.13",
"vue-instantsearch": "^4.20.6",
"vue-router": "^4.5.0",
"vuetify": "^3.8.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"sass": "^1.87.0",
"sass-loader": "^16.0.5",
"vite": "^6.3.5",
"vite-plugin-vue-devtools": "^7.7.2"
}
}