-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
59 lines (59 loc) · 1.78 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
{
"name": "nodeelectronreactsample",
"version": "1.0.0",
"description": "",
"main": "main.js",
"dependencies": {
"async": "^3.2.2",
"dotenv": "^8.2.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"tedious": "^8.3.0"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@types/eslint": "^6.8.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"babel-loader": "^8.1.0",
"babili-webpack-plugin": "^0.1.2",
"cross-env": "^7.0.2",
"electron": "^18.3.7",
"electron-packager": "^14.2.1",
"eslint": "^7.2.0",
"eslint-plugin-import": "^2.21.1",
"eslint-plugin-react": "^7.20.0",
"file-loader": "^6.0.0",
"style-loader": "^1.2.1",
"url-loader": "^4.1.0",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.3"
},
"scripts": {
"start": "webpack-dev-server --hot --host 0.0.0.0 --config=./webpack.dev.config.js --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abulhasanlakhani/NodeElectronReactSample.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/abulhasanlakhani/NodeElectronReactSample/issues"
},
"homepage": "https://github.com/abulhasanlakhani/NodeElectronReactSample#readme"
}