-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 753 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 753 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
{
"name": "etml-burkhalter-dev",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"serve": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.14.0",
"@heroicons/vue": "^2.2.0",
"@vue/apollo-composable": "^4.2.2",
"apollo3-cache-persist": "^0.15.0",
"graphql": "^16.12.0",
"graphql-tag": "^2.12.6",
"pinia": "^2.3.1",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.2",
"autoprefixer": "^10.4.22",
"esbuild": ">=0.25.0",
"postcss": "^8.5.10",
"tailwindcss": "^3.4.18",
"vite": "^6.4.2",
"vite-plugin-pwa": "^1.1.0"
}
}