-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.73 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "scale-up",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.7.16",
"@aws-amplify/ui-vue": "^3.1.8",
"@aws-sdk/client-s3": "^3.370.0",
"@mdi/font": "^7.2.96",
"@vue/apollo-composable": "^4.0.0-beta.7",
"@vue/apollo-ssr": "^4.0.0-alpha.18",
"@vueuse/components": "^9.13.0",
"animate.css": "^4.1.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"apollo-utilities": "^1.3.4",
"aws-amplify": "^5.0.14",
"aws-s3": "^2.0.5",
"aws-sdk": "^2.1416.0",
"firebase": "^9.17.1",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"hotkeys-js": "^3.10.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"mongodb": "^5.6.0",
"mongoose": "^7.3.1",
"pinia": "^2.0.29",
"primeicons": "^4.1.0",
"primevue": "^3.29.2",
"register-service-worker": "^1.7.2",
"socket.io-client": "^4.7.2",
"vue": "^3.2.45",
"vue-apollo": "^3.1.0",
"vue-router": "^4.1.6",
"vue-upload-component": "^2.8.23",
"vue3-datepicker": "^0.3.4"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/vue-clickaway": "^2.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"dotenv": "^16.3.1",
"node-sass": "^8.0.0",
"sass": "^1.63.5",
"sass-loader": "^13.3.2",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-pwa": "^0.14.3",
"vite-plugin-sass-dts": "^1.2.13",
"vue-tsc": "^1.0.11"
},
"type": "module"
}