-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 789 Bytes
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
{
"name": "you-devil",
"version": "0.1.0",
"private": true,
"homepage": "https://coderkd10.github.io/you-devil",
"dependencies": {
"classnames": "^2.2.5",
"downloadjs": "^1.4.7",
"material-ui": "^0.20.0",
"react": "^16.3.2",
"react-container-dimensions": "^1.3.3",
"react-dom": "^16.3.2",
"react-icons": "^2.2.7",
"react-measure": "^2.0.2",
"react-scripts-cssmodules": "1.1.10",
"react-spinners": "^0.3.2",
"webrtc-adapter": "^6.1.5"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}