-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 884 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": "onsets_bot",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",
"flow-bin": "^0.69.0",
"jest-cli": "^20.0.4",
"prettier": "^1.11.1"
},
"dependencies": {
"firebase": "^4.12.1",
"fontfaceobserver": "^2.0.13",
"muicss": "^0.9.39-rc1",
"prop-types": "^15.5.10",
"react": "^16.3.1",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^16.3.1",
"react-router-dom": "^4.1.2",
"react-scripts": "1.1.4",
"react-tooltip": "^3.3.0",
"sanitize.css": "^5.0.0",
"styled-components": "^2.1.2",
"styled-spinkit": "^0.1.8",
"uuid": "^3.2.1"
}
}