-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
65 lines (65 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "myWebsite",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^1.1.1",
"ajv": "^6.5.3",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"install": "^0.12.2",
"jshint": "^2.9.7",
"konva": "^2.6.0",
"loadash": "^1.0.0",
"lodash": "^4.17.11",
"npm": "^6.4.1",
"prop-types": "^15.6.2",
"rc-color-picker": "^1.2.6",
"react": "^16.8.1",
"react-color": "^2.17.0",
"react-cookie": "^3.0.4",
"react-dnd": "5.0.0",
"react-dnd-html5-backend": "5.0.1",
"react-dom": "^16.8.2",
"react-dropzone": "^8.0.3",
"react-jss": "^8.6.1",
"react-konva": "^16.8.0",
"react-rnd": "^9.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "3.0.0",
"redux": "^4.0.1",
"simple-peer": "^9.1.2",
"typeface-roboto": "0.0.54",
"use-image": "^1.0.3",
"uuid": "^3.3.2",
"webrtc-adapter": "^6.4.8"
},
"scripts": {
"start": "PORT=3000 react-scripts start",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"build": "react-scripts build",
"deploy": "react-scripts build && rsync -avh ./build/* overcoded.tk:overcoded.tk",
"upload": "rsync -avh ./build/* overcoded.tk:overcoded.tk"
},
"devDependencies": {
"babel-plugin-transform-decorators": "^6.24.1",
"node-sass": "^4.11.0",
"react-redux": "^6.0.0",
"sass-loader": "^7.1.0",
"ws": "^6.1.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}