-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.59 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.59 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
58
59
60
61
62
63
{
"name": "basedbook-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@tauri-apps/api": "2.0.0-alpha.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/js-cookie": "^3.0.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.10",
"dotenv-expand": "^10.0.0",
"js-cookie": "^3.0.1",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.2",
"react-dom": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-notifications": "^1.7.4",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.8.0",
"react-scripts": "5.0.1",
"socket.io-client": "^4.6.2",
"sort-by": "^1.2.0",
"typescript": "^4.9.5",
"use-dark-mode": "^2.3.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "cross-env PORT=5000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tauri": "tauri"
},
"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": {
"@tauri-apps/cli": "2.0.0-alpha.10",
"@types/webpack-env": "^1.18.1",
"cross-env": "^7.0.3",
"internal-ip": "^8.0.0",
"typescript-plugin-css-modules": "^4.1.1"
}
}