-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "chain-kleaner",
"version": "0.1.0",
"private": true,
"dependencies": {
"create-react-class": "^15.6.3",
"firebase": "^5.0.2",
"material-ui": "^0.20.1",
"material-ui-icons": "^1.0.0-beta.36",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-async-script": "^0.9.1",
"react-async-script-loader": "^0.3.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.2",
"react-event-timeline": "^1.5.1",
"react-google-recaptcha": "^0.11.0",
"react-popup": "^0.9.2",
"react-responsive-modal": "^3.0.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "0.9.5",
"react-select": "^1.2.1",
"react-simple-pie-chart": "^0.5.0",
"react-tag-input": "^5.0.1",
"react-tagsinput": "^3.19.0",
"react-token-autocomplete": "^0.5.3",
"react-vertical-timeline-component": "^2.0.6",
"reactjs-popup": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}