This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.18 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "blog",
"version": "1.0.0",
"private": true,
"description": "My marvelous Nuxt.js project",
"author": "Harry",
"scripts": {
"build": "nuxt build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"dev": "nuxt",
"generate": "nuxt generate",
"precommit": "npm run lint",
"start": "nuxt start",
"gql-gen": "gql-gen",
"codegen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@graphql-codegen/cli": "^1.8.1",
"@graphql-codegen/fragment-matcher": "^1.8.1",
"@nuxtjs/apollo": "^4.0.0-rc9",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/onesignal": "^3.0.0-beta.16",
"@nuxtjs/pwa": "^2.6.0",
"apollo-link-batch-http": "^1.2.12",
"apollo-link-error": "^1.1.11",
"apollo-link-http": "^1.5.15",
"apollo-link-ws": "^1.0.18",
"apollo-upload-client": "^11.0.0",
"apollo-utilities": "^1.3.2",
"cookie-universal-nuxt": "^2.0.17",
"core-js": "^2.6.9",
"cross-env": "^5.2.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"nuxt": "^2.0.0",
"portal-vue": "^2.1.6",
"prismjs": "^1.17.1",
"vue-affix": "^0.5.2",
"vue-markdown": "^2.2.4",
"vue-native-websocket": "^2.0.13",
"vue-notification": "^1.3.16",
"vue-prism-component": "^1.1.1",
"vuetify": "^2.0.5"
},
"devDependencies": {
"@graphql-codegen/fragment-matcher": "1.8.1",
"@graphql-codegen/introspection": "1.8.1",
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/eslint-module": "^0.0.1",
"@nuxtjs/vuetify": "^1.2.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-config-prettier": "^4.1.0",
"eslint-config-standard": ">=12.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.0",
"eslint-plugin-node": ">=8.0.1",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"nodemon": "^1.18.9",
"prettier": "^1.16.4",
"sass": "^1.22.9",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vuetify": "^0.6.1",
"vuetify-loader": "^1.3.0"
}
}