-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "emly-boilerplate",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlight/cosmos": "^0.2.7",
"@headlight/cosmos-tokens": "^0.2.7",
"@heroku/foreman": "^2.0.2",
"auth0-js": "^9.5.1",
"electron": "^2.0.0",
"mobx": "^4.2.1",
"react": "^16.3.2",
"react-app-rewire-mobx": "^1.0.8",
"react-app-rewired": "^1.5.2",
"react-dom": "^16.3.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"styled-system": "^2.2.5"
},
"homepage": "./",
"main": "src/electron-main.js",
"copyright": "Copyright (c) 2018 Headlight Studios. All rights reserved.",
"author": "Headlight Studios <[email protected]> (http://headlightstudios.com/)",
"license": "SEE LICENSE IN ./license",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"electron": "electron .",
"dev": "nf start -p 3000"
}
}