-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "draw_with_friends",
"version": "0.0.05",
"private": true,
"dependencies": {
"aframe": "^0.8.2",
"aframe-canvas": "0.0.6",
"bootstrap": "^4.1.3",
"emotion": "^9.2.8",
"jquery": "^3.3.1",
"popper.js": "^1.14.3",
"react": "^16.4.1",
"react-canvas-draw": "^0.1.9",
"react-chat-window": "^1.0.8",
"react-color": "^2.14.1",
"react-dom": "^16.4.1",
"react-drag-sortable": "^1.0.6",
"react-iframe": "^1.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-sketch": "^0.4.4",
"reactstrap": "^6.3.1",
"redux": "^4.0.0",
"socket.io-client": "^2.1.1",
"webpack": "^3.11.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom ./tests/*",
"eject": "react-scripts eject",
"deploy": "npm run build && cp build/index.html build/200.html && surge --project ./build/ --domain draw-with-friends.surge.sh",
"flow": "flow"
},
"devDependencies": {
"chai": "^4.1.2",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"flow-bin": "^0.79.1",
"react-test-renderer": "^16.4.2",
"sinon": "^6.1.5"
}
}