-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
48
49
50
51
52
53
54
55
56
57
{
"name": "blather-round-modder",
"version": "1.5.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"style": "npx @biomejs/biome check --write src",
"postinstall": "npm rebuild argon2 --build-from-source"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mui/joy": "5.0.0-beta.48",
"@mui/material": "^5.16.7",
"@zip.js/zip.js": "^2.7.51",
"argon2": "^0.41.0",
"common-tags": "^1.8.2",
"contrast-color": "^1.0.1",
"firebase": "^10.13.0",
"firebase-admin": "^12.4.0",
"immer": "^10.1.1",
"jose": "^5.8.0",
"next": "14.2.6",
"next-nprogress-bar": "^2.3.13",
"nprogress": "^0.2.0",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"server-only": "^0.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/common-tags": "^1.8.4",
"@types/contrast-color": "^1.0.3",
"@types/node": "^22.5.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-window": "^1.8.8",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.6"
}
}