-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"schema": "graphql-codegen --config codegen.yml"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.9.1",
"@graphql-codegen/typescript": "^2.7.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@graphql-codegen/typescript-vue-apollo": "^3.3.2",
"@nuxt/types": "^2.15.8",
"@nuxt3/apollo-module": "^0.1.1",
"@nuxt3/graphql-codegen-module": "^0.0.7",
"@types/bcrypt": "^5.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"graphql": "^15.8.0",
"nuxt": "3.0.0-rc.6",
"prisma": "^4.1.0",
"sass": "^1.54.0",
"sass-loader": "^13.0.2"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@nuxt/kit": "^3.0.0-rc.6",
"@nuxtjs/apollo": "^4.0.1-rc.5",
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge",
"@pinia/nuxt": "^0.3.0",
"@prisma/client": "^4.1.0",
"@vue/composition-api": "^1.7.0",
"apollo-server-core": "^3.10.0",
"apollo-server-express": "^3.10.0",
"bcrypt": "^5.0.1",
"bulma": "^0.9.4",
"class-validator": "^0.13.2",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"graphql-scalars": "^1.17.0",
"graphql-tag": "^2.12.6",
"jsonwebtoken": "^8.5.1",
"nexus": "^1.3.0",
"pinia": "^2.0.16",
"reflect-metadata": "^0.1.13"
}
}