-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 KB
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
{
"name": "vue2-vite",
"version": "0.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"serve": "vite preview",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@chakra-ui/vue": "^0.12.0",
"@emotion/css": "^11.9.0",
"@material-design-icons/svg": "^0.10.11",
"@vitejs/plugin-vue2": "^2.0.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link": "^1.2.14",
"apollo-link-context": "^1.0.20",
"apollo-link-http": "^1.5.17",
"axios": "^1.2.1",
"graphql": "^15.8.0",
"pinia": "^2.0.27",
"pinia-plugin-persistedstate": "^3.0.1",
"quagga": "^0.12.1",
"vue": "2.7.13",
"vue-apollo": "^3.1.0",
"vue-jwt-decode": "^0.1.0",
"vue-router": "3.6.5"
},
"devDependencies": {
"@iconify/vue2": "^2.1.0",
"@rollup/plugin-graphql": "^2.0.2",
"chakra-loader": "^1.0.3",
"graphql-tag": "^2.12.6",
"sass": "^1.51.0",
"vite": "3.1.0"
},
"resolutions": {
"lodash": "^4.17.13",
"lodash.template": "4.5.0",
"glob-parent": "5.1.2",
"braces": "2.3.1",
"concat-stream": "1.5.2",
"yargs-parser": "5.0.1"
}
}