-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "fungo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@popperjs/core": "^2.10.1",
"@sanity/client": "^2.8.0",
"@sanity/image-url": "^0.140.22",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@vue/apollo-composable": "^4.0.0-alpha.12",
"@vue/compat": "^3.2.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.1",
"bootstrap": "^5.1.0",
"bootstrap-vue": "^2.21.2",
"chart.js": "^2.9.4",
"core-js": "^3.6.5",
"dayjs": "^1.10.7",
"firebase": "^8.10.0",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"highcharts": "^8.2.2",
"sanity-blocks-vue-component": "^1.0.0",
"vue": "^3.2.9",
"vue-chart-3": "^0.5.8",
"vue-chartjs": "^3.5.1",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^9.8.6",
"postcss": "^7.0.36",
"storyblok-vue": "^1.0.5",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.10",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-0"
}
}