-
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.73 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.73 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": "drsgr",
"version": "1.0.0",
"private": true,
"main": "build/server.js",
"overrides": {
"semver": "^7.5.3"
},
"dependencies": {
"@prisma/client": "^5.5.2",
"@vitejs/plugin-react": "^4.1.1",
"bootstrap": "^5.3.2",
"canvas-confetti": "^1.9.0",
"express": "^4.18.2",
"leaflet": "^1.9.4",
"node-fetch": "^2.7.0",
"papaparse": "^5.4.1",
"prisma": "^5.5.2",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"recharts": "^2.9.3",
"vite-express": "^0.11.0",
"vite-plugin-checker": "^0.6.2",
"wouter": "^2.12.1"
},
"scripts": {
"start": "tsc && node .",
"frontend": "vite",
"build": "tsc && vite build",
"prod": "node .",
"serve": "vite preview",
"lint": "eslint . --ext .ts,.tsx --fix",
"pretty": "prettier --write ."
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/canvas-confetti": "^1.6.3",
"@types/express": "^4.17.21",
"@types/leaflet": "^1.9.8",
"@types/node": "^20.9.0",
"@types/node-fetch": "^2.6.4",
"@types/papaparse": "^5.3.11",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/request": "^2.48.12",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vite": "^4.5.0"
}
}