-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "trpg-replayer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev -p 8964",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.511.0",
"@aws-sdk/s3-request-presigner": "^3.511.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-tooltip": "^1.0.7",
"@tailwindcss/container-queries": "^0.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cross-env": "^7.0.3",
"dataurl": "^0.1.0",
"next": "14.1.0",
"next-pwa": "^5.6.0",
"pngjs": "^7.0.0",
"react": "^18",
"react-dom": "^18",
"react-measure": "^2.5.2",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"upng-js": "^2.1.0"
},
"devDependencies": {
"@types/next-pwa": "^5.6.9",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.5"
}
}