-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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": "ffbetool-gui",
"version": "0.1.0",
"private": true,
"main": "main.js",
"homepage": ".",
"dependencies": {
"ffbetool": "git+ssh://git@github.com/dsxragnarok/FFBE-sprite-sheet-assembler.git#v0.3.1",
"history": "^4.7.2",
"material-ui": "^0.19.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dropzone": "^4.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"redux": "^3.7.2",
"redux-actions": "^2.2.1"
},
"scripts": {
"react:start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src",
"electron": "electron .",
"electron-dev": "ELECTRON_DEV=1 electron .",
"start": "concurrently 'npm run react:start' 'wait-on http://localhost:3000 && npm run electron-dev'"
},
"devDependencies": {
"concurrently": "^3.5.0",
"electron": "^1.8.7",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"jest-enzyme": "^4.0.1",
"react-router-redux": "^5.0.0-alpha.6",
"react-test-renderer": "^16.0.0",
"wait-on": "^2.1.0"
},
"peerDependencies": {
"hoek": "^4.2.1"
}
}