-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.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
{
"name": "arqp",
"private": true,
"version": "0.0.0",
"scripts": {
"prestart:dev": "prisma db push",
"dev": "npm run prestart:dev && vite",
"build": "prisma db push && tsc && vite build",
"test": "jest --silent .",
"preview": "vite preview",
"prepare": "husky install"
},
"dependencies": {
"@emotion/react": "~11.8.1",
"@emotion/styled": "~11.8.1",
"@fast-csv/format": "~4.3.5",
"@mui/icons-material": "~5.4.2",
"@mui/material": "~5.4.3",
"@mui/x-data-grid": "~5.10.0",
"@netlify/functions": "~1.0.0",
"@prisma/client": "^4.13.0",
"aws-sdk": "~2.1211.0",
"busboy": "~1.4.0",
"cabrillo": "~0.1.0",
"logrocket": "~3.0.0",
"logrocket-react": "~5.0.1",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-ga4": "~1.4.1",
"react-hot-toast": "~2.2.0",
"react-router-dom": "~6.3.0",
"recharts": "~2.1.9"
},
"devDependencies": {
"@types/jest": "~27.5.2",
"@types/logrocket-react": "~3.0.0",
"@types/react": "~17.0.33",
"@types/react-dom": "~17.0.10",
"@vitejs/plugin-react": "~1.0.7",
"husky": "^8.0.3",
"jest": "~27.5.1",
"prisma": "^4.13.0",
"ts-jest": "~27.1.5",
"typescript": "~4.5.4",
"vite": "~2.9.13"
}
}