-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.6 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
{
"name": "gridiron-consumer-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"build:framevuerk": "framevuerk-builder -c ./framevuerk-config.js",
"prepublish": "yarn build:framevuerk",
"gql": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/apollo": "^4.0.1-rc.3",
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/pwa": "^3.0.2",
"@vue/apollo-composable": "^4.0.0-alpha.10",
"ant-design-vue": "^1.6.5",
"core-js": "^3.6.5",
"framevuerk": "^2.4.2",
"jquery": "^3.5.1",
"less": "^3.12.2",
"mobile-device-detect": "^0.4.3",
"moment": "^2.29.1",
"nuxt": "^2.14.6",
"nuxt-property-decorator": "^2.8.8",
"vue-apollo": "^3.0.4",
"vue-owl-carousel": "^2.0.3",
"vue-property-decorator": "^9.0.2",
"vue-slick-carousel": "^1.0.6",
"vuex": "^3.5.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"@graphql-codegen/cli": "1.17.7",
"@graphql-codegen/typescript": "1.17.7",
"@graphql-codegen/typescript-document-nodes": "1.17.7",
"@graphql-codegen/typescript-graphql-files-modules": "1.17.7",
"@graphql-codegen/typescript-operations": "^1.13.4",
"@graphql-codegen/typescript-vue-apollo": "^2.1.0",
"@nuxt/types": "^2.14.6",
"@nuxt/typescript-build": "^2.0.3",
"@nuxtjs/vuetify": "^1.11.2",
"@types/jquery": "^3.5.2",
"framevuerk-builder": "^2.0.8",
"less-loader": "^7.0.1"
}
}