forked from setbern/winode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.33 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
50
51
52
53
{
"name": "winode",
"version": "0.1.0",
"private": true,
"main": "public/electron.js",
"dependencies": {
"babel-polyfill": "^6.26.0",
"chart.js": "^2.7.3",
"cross-fetch": "^3.0.0",
"electron-is-dev": "^1.0.1",
"electron-prebuilt": "^1.4.13",
"fs": "0.0.1-security",
"moment": "^2.23.0",
"numeral": "^2.0.6",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-chartjs-2": "^2.7.4",
"react-code-input": "^3.8.1",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-scripts": "2.1.3",
"react-transition-group": "^2.5.3",
"redux": "^4.0.1",
"request": "^2.88.0",
"shelljs": "^0.8.3",
"styled-components": "^4.1.3",
"styled-is": "^1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron-dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron .\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"concurrently": "^4.1.0",
"electron": "^4.0.1",
"electron-builder": "^20.38.5",
"font-awesome": "^4.7.0",
"redux-thunk": "^2.3.0",
"wait-on": "^3.2.0"
}
}