-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 885 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
{
"name": "quickstart-web",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.4.16",
"@headlessui/vue": "^1.4.1",
"@heroicons/vue": "^1.0.4",
"@oruga-ui/oruga-next": "^0.4.4",
"@vue/apollo-composable": "^4.0.0-alpha.15",
"add": "^2.0.6",
"axios": "^0.21.4",
"chart.js": "^3.6.1",
"daisyui": "^1.14.2",
"date-fns": "^2.27.0",
"graphql": "^15.6.1",
"graphql-tag": "^2.12.5",
"openrouteservice-js": "^0.1.29",
"vue": "^3.2.6",
"vue-chart-3": "^3.0.3",
"vue-inline-svg": "^3.1.0",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"autoprefixer": "^10.3.4",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.19",
"vite": "^2.5.4"
}
}