-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.19",
"@mui/x-data-grid": "^7.6.2",
"@tanstack/react-query": "^5.56.2",
"@types/react-dropzone": "^5.1.0",
"classnames": "^2.5.1",
"csvtojson": "^2.0.10",
"decimal.js": "^10.4.3",
"dexie": "^4.0.7",
"dexie-react-hooks": "^1.1.7",
"exceljs": "^4.4.0",
"ka-table": "^10.0.0",
"next": "14.2.2",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"ts-node": "^10.9.2",
"ts-pattern": "^5.1.1",
"vitest": "^1.6.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"typescript": "^5"
},
"packageManager": "[email protected]"
}