-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 985 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
36
{
"name": "boston-jukebox-reactjs",
"version": "0.1.0",
"private": true,
"dependencies": {
"enzyme": "v2.9.1",
"firebase": "^4.6.0",
"johnny-five": "^0.11.6",
"node-thinkgear-sockets": "^0.0.1",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-flipcard": "^0.2.1",
"react-howler": "^3.6.3",
"react-scripts": "1.0.11",
"react-test-renderer": "15.6.1",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"styled-components": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest-styled-components": "^4.7.0",
"react-addons-perf": "^15.4.2"
}
}