-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
32 lines (32 loc) · 884 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
{
"name": "classroom",
"version": "0.1.0",
"main": "src/main.js",
"homepage": "./",
"private": true,
"dependencies": {
"concurrently": "^3.5.1",
"electron": "^2.0.0",
"firebase": "^5.0.3",
"history": "^4.7.2",
"moment": "^2.22.2",
"rc-progress": "^2.2.5",
"react": "^16.3.2",
"react-datepicker": "^1.5.0",
"react-dom": "^16.3.2",
"react-modal": "^3.4.4",
"react-notification": "^6.8.2",
"react-particles-js": "^2.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"wait-on": "^2.1.0"
},
"scripts": {
"react-start": "react-scripts start",
"start": "concurrently \"npm run react-start\" \"wait-on http://localhost:3000/ && npm run electron-dev\"",
"electron-dev": "set DEV_URL=http://localhost:3000 && electron .",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}