-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "final-project",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"ley-new": "f(){ touch migrations/$(date +%s)-$1.ts; }; f",
"lint": "next lint",
"migrate": "ley --require tsm",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.5",
"bcrypt": "^5.1.0",
"dotenv": "^16.3.1",
"next": "13.4.5",
"postgres": "^3.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.63.3",
"secure-json-parse": "^2.7.0",
"server-only": "^0.0.1",
"sharp": "^0.32.1",
"tsm": "^2.3.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@types/bcrypt": "^5.0.0",
"@types/draft-js": "^0.11.12",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@types/react-draft-wysiwyg": "^1.13.4",
"autoprefixer": "^10.4.14",
"eslint-config-upleveled": "^5.0.0",
"ley": "^0.8.1",
"postcss": "^8.4.24",
"stylelint": "^15.7.0",
"stylelint-config-upleveled": "^1.0.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
}
}