-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.71 KB
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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"gen": "graphql-codegen --config codegen.yml"
},
"rules": {
"prettier/prettier": [
"warn",
{
"useTabs": "true",
"trailingComma": "es5"
}
]
},
"dependencies": {
"apollo-boost": "^0.4.7",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.1.0",
"core-js": "^3.3.2",
"vue": "^2.6.10",
"vue-apollo": "^3.0.0-beta.11",
"vue-class-component": "^7.0.2",
"vue-debounce-decorator": "^1.0.1",
"vue-infinite-loading": "^2.4.4",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@graphql-codegen/cli": "^1.12.2",
"@graphql-codegen/introspection": "1.12.2",
"@graphql-codegen/typescript": "^1.12.2",
"@graphql-codegen/typescript-operations": "^1.12.2",
"@graphql-codegen/typescript-vue-apollo": "^1.12.2",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-plugin-typescript": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.9.0",
"node-sass": "^4.12.0",
"prettier": "^1.18.2",
"sass-loader": "^8.0.0",
"typescript": "~3.7.0",
"vue-cli-plugin-apollo": "^0.21.3",
"vue-template-compiler": "^2.6.10"
}
}