-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "takeout-kit",
"version": "1.0.0",
"description": "My sensational Nuxt.js project",
"author": "zukky",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/axios": "^5.10.3",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/google-analytics": "^2.2.3",
"@nuxtjs/markdownit": "^1.2.9",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"apollo-link-http": "^1.5.17",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"googleapis": "^49.0.0",
"graphql": "^15.0.0",
"nuxt": "^2.0.0",
"redirect-ssl": "^1.4.1",
"vue-infinite-loading": "^2.4.5"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@nuxtjs/apollo": "^4.0.0-rc19",
"@nuxtjs/vuetify": "^1.0.0",
"graphql-tag": "^2.10.3",
"node-sass": "^4.14.1",
"pug": "^3.0.1",
"sass-loader": "^8.0.2",
"vue-apollo": "^3.0.3"
}
}