-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "germ-client",
"private": true,
"version": "0.0.1",
"description": "",
"main": "./build/umd/umd.js",
"react-scv": {
"appBuildEntry": "src/app.js",
"umdBuildEntry": "src/module/index.js",
"html": {
"title": "germ-client",
"description": "A nifty React component"
},
"devServer": {
"port": "3500"
}
},
"scripts": {
"build": "react-scv build:app && react-scv build:umd",
"build:app": "react-scv build:app",
"build:umd": "react-scv build:umd",
"start": "react-scv start",
"test": "react-scv test",
"test:debug": "node --inspect-brk ./node_modules/react-scv/bin/react-scv test --runInBand"
},
"keywords": [],
"devDependencies": {
"react-scv": "0.0.13"
},
"dependencies": {
"apollo-client-preset": "^1.0.4",
"graphql": "^0.11.7",
"graphql-tag": "^2.5.0",
"grommet": "^2.0.0-alpha.5",
"grommet-icons": "^0.14.0",
"history": "^4.7.2",
"react-apollo": "^2.0.1",
"react-router-dom": "^4.2.2",
"styled-components": "^2.2.4"
}
}