-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "kanca",
"version": "0.0.0",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.45.0",
"gh-pages": "1",
"react-scripts": "1.0.14"
},
"dependencies": {
"blangko": "^0.0.5",
"bugsnag-js": "^3.2.0",
"c3": "^0.4.11",
"eslint-loader": "^1.9.0",
"immutability-helper": "^2.1.2",
"lodash": "^4.17.5",
"moment-timezone": "^0.5.13",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-breadcrumbs": "^1.6.6",
"react-d3-cloud": "^0.4.1",
"react-dom": "^16.0.1",
"react-loading": "^0.1.2",
"react-measure": "^1.4.7",
"react-redux": "^5.0.4",
"react-responsive": "^1.3.0",
"react-router": "^3.0.5",
"react-router-redux": "^4.0.8",
"react-transition-group": "^1.1.3",
"reactstrap": "^4.6.1",
"redux": "^3.6.0",
"store": "^2.0.4",
"uuid": "^3.0.1"
},
"scripts": {
"start": "NODE_PATH=./src:./public react-scripts start",
"build": "NODE_PATH=./src:./public react-scripts build",
"test": "NODE_PATH=./src:./public react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject",
"flow": "flow",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"homepage": "https://hellowin.github.io/kanca/"
}