-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"name": "docart",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0-beta",
"github-api": "^3.0.0",
"history": "^4.7.2",
"jquery": "^1.9.1",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-accessible-accordion": "^1.0.1",
"react-dom": "^16.1.1",
"react-markdown": "^2.5.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-scripts": "1.0.17",
"reactstrap": "^5.0.0-alpha.3",
"redux": "^3.7.2",
"redux-form": "^7.1.2",
"redux-saga": "^0.16.0",
"uuid": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"jest-cli": "^21.2.1"
}
}