forked from ConnectBox/connectbox-react-icon-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 986 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
{
"name": "connectbox-client-react",
"version": "0.1.0",
"private": true,
"proxy": "http://ubuntu-vagrant.connectbox/",
"dependencies": {
"axios": "^0.16.2",
"prop-types": "^15.5.10",
"query-string": "^4.3.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-modal": "^3.4.4",
"react-redux": "^5.0.5",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-scripts": "1.0.8",
"react-table": "^6.8.2",
"redux": "^3.7.1",
"redux-saga": "^0.15.4"
},
"devDependencies": {
"axios-mock-adapter": "^1.9.0",
"enzyme": "^2.9.1",
"react-test-renderer": "^15.6.1",
"redux-mock-store": "1.2.3",
"redux-saga-tester": "^1.0.319"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"publish": "PUBLIC_URL=/__connectbox_assets__/ npm run build && node publish.js published"
}
}