-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.37 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.37 KB
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
{
"name": "lolpick",
"version": "0.0.1",
"description": "lolpick is an Electron based node.js application with react. It's op.",
"repository": "https://github.com/andrewSRahn/lolpick",
"private": true,
"dependencies": {
"create-react-class": "^15.6.3",
"electron": "^18.3.7",
"flux": "^3.1.3",
"immutable": "^3.8.2",
"jquery": "^3.5.0",
"kill-port": "^1.1.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"redux-electron-ipc": "^1.1.12",
"tail": "^1.2.3"
},
"scripts": {
"start": "nf start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"electron": "electron .",
"electron-start": "node electron-wait-react.js",
"react-start": "react-scripts start",
"flow-build": "babel src/ -d lib/",
"prepublish": "npm run build",
"flow": "flow"
},
"main": "main.js",
"homepage": "./",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"electron-prebuilt-compile": "^1.8.2",
"electron-react-devtools": "^0.5.3",
"eslint-plugin-react": "^7.6.1",
"flow-bin": "^0.66.0",
"foreman": "^3.0.1",
"webpack": "^3.6.0",
"webpack-cli": "^2.0.9"
}
}