-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.83 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.83 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
54
55
56
57
{
"name": "reactdeskapp",
"version": "0.1.5",
"license": "MIT",
"scripts": {
"dev": "electron-webpack dev",
"compile": "electron-webpack",
"build": "electron-webpack",
"dist": "yarn compile && electron-builder",
"ship": "yarn dist --win --ia32 --publish=always",
"rebuildrealm": "electron-rebuild -f -w realm --arch ia32",
"postinstall": "electron-builder install-app-deps",
"dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null",
"pre:r": "prebuild-install -t 8.3.2 -r electron --verbose"
},
"dependencies": {
"@hot-loader/react-dom": "17.0.2",
"bootstrap": "4.6.0",
"electron-devtools-installer": "^3.2.0",
"faker": "6.6.6",
"pouchdb-adapter-idb": "7.3.0",
"pouchdb-adapter-leveldb": "^7.3.0",
"pouchdb-adapter-memory": "7.3.0",
"pouchdb-adapter-node-websql": "^7.0.0",
"pouchdb-adapter-websql": "7.0.0",
"react": "17.0.2",
"react-bootstrap": "2.3.0",
"react-bootstrap-table-next": "4.0.3",
"react-bootstrap-table2-paginator": "2.1.2",
"react-dom": "16.14.0",
"react-hot-loader": "^4.13.0",
"realm": "^10.16.0",
"rxdb": "11.6.0",
"rxjs": "7.5.5",
"source-map-support": "^0.5.21",
"sql.js": "^1.6.2",
"sqlite3": "^5.0.4",
"trilogy": "^2.0.5"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@types/electron-devtools-installer": "^2.2.2",
"@types/faker": "6.6.9",
"@types/generic-pool": "^3.1.10",
"@types/node": "^17.0.25",
"@types/react": "^18.0.6",
"@types/react-bootstrap-table-next": "4.0.18",
"@types/react-bootstrap-table2-paginator": "2.1.2",
"@types/react-dom": "^18.0.2",
"electron": "18.1.0",
"electron-builder": "^23.0.3",
"electron-webpack": "^2.8.2",
"electron-webpack-ts": "^4.0.1",
"typescript": "^4.6.3",
"webpack": "~5.72.0"
}
}