-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackageBK.json
99 lines (99 loc) · 2.54 KB
/
packageBK.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "auto",
"version": "0.1.0",
"private": true,
"author": {
"name": "Jailson",
"email": "[email protected]",
"url": "https://google.com"
},
"main": "public/electron.js",
"homepage": "./",
"dependencies": {
"@use-it/event-listener": "^0.1.3",
"axios": "^0.19.0",
"electron-is-dev": "^1.1.0",
"firebase-tools": "^7.3.2",
"history": "^4.10.1",
"image-to-base64": "^2.0.1",
"immutable": "^4.0.0-rc.12",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.7",
"moment": "^2.24.0",
"node-gyp": "^6.0.0",
"pdf-to-printer": "^1.0.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hotkeys-hook": "^1.5.3",
"react-keydown": "^1.9.12",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-router-redux": "^4.0.8",
"react-scripts": "^3.2.0",
"react-to-print": "^2.4.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"semantic-ui-calendar-react": "^0.15.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-offline": "^2.4.1-1",
"semantic-ui-react": "^0.88.1",
"socket.io-client": "^2.3.0",
"windows-build-tools": "^5.2.2"
},
"build": {
"appId": "com.rafa_auto_center.seu-app",
"productName": "RafaAutoCenter",
"copyright": "Copyright © 2019 Japps",
"win": {
"target": "NSIS",
"icon": "src/assets/logo.ico"
},
"mac": {
"category": "public.app-category.utilities"
},
"files": [
"build/**/*",
"node_modules/**/*",
"index-win.exe",
"server/**/*",
"notas/**/*"
],
"directories": {
"buildResources": "assets"
}
},
"scripts": {
"start": "rescripts start",
"build": "rescripts build",
"test": "rescripts test",
"eject": "react-scripts eject",
"dev": "concurrently \"BROWSER=none yarn start\" \"wait-on http://localhost:3000 && electron build/electron.js\"",
"postinstall": "electron-builder install-app-deps",
"preelectron-build": "yarn build",
"electron-build": "electron-builder -w"
},
"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": {
"@rescripts/cli": "^0.0.11",
"@rescripts/rescript-env": "^0.0.10",
"concurrently": "^4.1.2",
"electron": "^7.0.0",
"electron-builder": "^21.2.0",
"typescript": "^3.6.4",
"wait-on": "^3.3.0"
}
}