-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "final-project",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"migrate": "ley --require tsm",
"start": "next start"
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.13.0",
"autoprefixer": "^10.4.16",
"bcrypt": "^5.1.1",
"csrf": "^3.1.0",
"dotenv": "^16.3.1",
"ley": "^0.8.1",
"migrate": "^2.1.0",
"next": "14.2.3",
"postcss": "^8.4.31",
"postgres": "3.4.2",
"react": "latest",
"react-dom": "latest",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"sql": "^0.78.0",
"tailwindcss": "^3.3.5",
"tsm": "^2.3.0",
"tsx": "^4.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.1",
"@types/node": "^20.8.9",
"@types/react": "latest",
"@types/react-dom": "latest",
"eslint-config-upleveled": "^5.1.1",
"install": "^0.13.0",
"stylelint": "^15.11.0",
"stylelint-config-upleveled": "^1.0.2",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0",
"target": "esnext"
}