-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 976 Bytes
/
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
{
"private": true,
"name": "graphql-demo",
"version": "1.0.0",
"description": "graphql demo for supportz colab",
"main": "index.js",
"scripts": {
"build": "parcel build front/index.html --no-source-maps --out-dir=dist",
"clean": "rm -rf dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p-oka/graphql-demo.git"
},
"author": "p-oka",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/p-oka/graphql-demo/issues"
},
"homepage": "https://github.com/p-oka/graphql-demo#readme",
"dependencies": {
"@material-ui/core": "^3.2.2",
"apollo-boost": "^0.1.16",
"graphql": "^14.0.2",
"parcel-bundler": "^1.10.3",
"react": "^16.5.2",
"react-apollo": "^2.2.4",
"react-dom": "^16.5.2",
"recompose": "^0.30.0",
"styled-components": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1"
}
}