-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.29 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "freebird",
"version": "1.0.0",
"description": "Playlist Voting App Using Node.js, React, and Websockets",
"devDependencies": {
"react-scripts": "0.9.0"
},
"license": "MIT",
"homepage": "https://desolate-temple-13043.herokuapp.com/",
"repository": {
"type": "git",
"url": "https://github.com/iamtonybologna/freebird"
},
"keywords": [
"react",
"reactjs",
"party",
"freebird"
],
"dependencies": {
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"express": "4.14.1",
"http": "0.0.0",
"material-ui": "^0.17.0",
"material-ui-youtube-autocomplete": "^1.2.1",
"node-uuid": "1.4.7",
"react": "^15.4.2",
"react-cookie": "^1.0.4",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"react-router-dom": "^4.0.0-beta.6",
"react-tap-event-plugin": "^2.0.1",
"react-youtube": "^7.3.0",
"script-loader": "^0.7.0",
"socket.io": "1.7.2",
"three": "^0.84.0",
"three-json-loader": "^1.0.0",
"three-obj-loader": "^1.0.2",
"three-text2d": "^0.3.2",
"velocity-react": "^1.2.1",
"ws": "^3.3.1"
},
"scripts": {
"dev": "react-scripts start",
"start": "node server",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}