-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.24 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"main": "public/electron.js",
"name": "imaps",
"version": "0.1.0",
"private": true,
"dependencies": {
"@capacitor/android": "^4.6.1",
"@capacitor/cli": "^4.6.1",
"@capacitor/core": "^4.6.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.8",
"@react-oauth/google": "^0.5.0",
"@rpldy/upload-button": "^1.3.0",
"@simonwep/pickr": "^1.8.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@use-gesture/react": "^10.2.20",
"@welldone-software/why-did-you-render": "^7.0.1",
"concurrently": "^7.6.0",
"convert-svg-to-png": "^0.6.4",
"cordova": "^11.0.0",
"cross-fetch": "^3.1.5",
"dotenv": "^16.0.3",
"electron-is-dev": "^2.0.0",
"electron-packager": "^17.1.1",
"gesto": "^1.14.0",
"https": "^1.0.0",
"material-ui-number-input": "^5.0.24",
"material-ui-numeric-input": "^3.1.1",
"openssl": "^2.0.0",
"paper": "^0.12.17",
"rc-gesture": "^0.0.22",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-colorful": "^5.6.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-google-login": "^5.2.2",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"react-social-login-buttons": "^3.6.1",
"react-uploader": "^3.0.2",
"save-svg-as-png": "^1.4.17",
"svg-saver-node": "^0.0.2",
"svg-to-png": "^4.0.0",
"typeface-roboto": "^1.1.13",
"use-zoom-pan": "^1.0.2",
"virtual-scroll": "^2.2.1",
"wait-on": "^6.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron-dev": "wait-on https://www.periphern.com/ && electron ."
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"electron": "^22.0.0"
}
}