-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "shimio-graphql-explorer",
"version": "0.1.2",
"description": "A minimalist Graphql websocket playground for @hydre/shimio-graphql",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"postversion": "git push && git push --tags"
},
"license": "UNLICENSE",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/usidy/shimio-graphql-explorer.git"
},
"dependencies": {
"@sidy/vue-shimio-graphql": "^1.1.4",
"core-js": "^3.6.5",
"graphql-formatter": "^1.0.3",
"prismjs": "^1.21.0",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-prism-editor": "^0.6.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-numeric-separator": "^7.10.1",
"@babel/plugin-proposal-private-methods": "^7.10.1",
"@vue/cli-plugin-babel": "^4.4.5",
"@vue/cli-plugin-pwa": "~4.4.5",
"@vue/cli-service": "~4.4.5",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}