-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.87 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "link-catch",
"version": "0.1.0",
"private": true,
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/song111/link_catch.git"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"antd": "^3.26.9",
"cheerio": "^1.0.0-rc.3",
"dayjs": "^1.8.27",
"iconv-lite": "^0.5.1",
"immutability-helper": "^3.0.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.0",
"react-scripts": "3.3.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"request": "^2.88.2",
"request-promise": "^4.2.5"
},
"scripts": {
"start": "cross-env PORT=5000 react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"onlyEle": "nodemon --watch main.js --watch src/menuTemplate.js --exec \"electron .\"",
"debug": "concurrently \"wait-on http://localhost:5000 && electron --inspect-brk . \" \"cross-env BROWSER=none npm start\" ",
"dev": "concurrently \"wait-on http://localhost:5000 && electron . \" \"cross-env BROWSER=none npm start\" ",
"push-master": "sh push-master.sh"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"concurrently": "^5.1.0",
"cross-env": "^7.0.0",
"devtron": "^1.4.0",
"electron": "^8.0.0",
"electron-is-dev": "^1.1.0",
"electron-react-devtools": "^0.5.3",
"electron-store": "^5.1.0",
"nodemon": "^2.0.2",
"suger": "^1.0.9",
"wait-on": "^4.0.0"
}
}