-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.35 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
{
"name": "next-js-example-winter-2023-vienna-austria-",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"migrate": "dotenv -- ley --require tsm",
"start": "next start"
},
"dependencies": {
"bcrypt": "^5.1.0",
"cookie": "^0.5.0",
"csrf": "^3.1.0",
"dotenv-cli": "^7.0.0",
"dotenv-safe": "^8.2.0",
"js-cookie": "^3.0.1",
"ley": "^0.8.1",
"next": "13.4.6-canary.0",
"postgres": "^3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.57.1",
"secure-json-parse": "^2.7.0",
"server-only": "^0.0.1",
"sharp": "^0.32.1",
"tsm": "^2.3.0",
"zod": "^3.20.6"
},
"devDependencies": {
"@playwright/test": "^1.30.0",
"@ts-safeql/eslint-plugin": "^1.1.3",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/csrf": "^3.1.0",
"@types/dotenv-safe": "^8.1.2",
"@types/jest": "^29.4.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "18.16.13",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/sharp": "^0.31.1",
"eslint-config-upleveled": "^4.3.2",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"libpg-query": "^15.0.2",
"stylelint": "^15.6.1",
"stylelint-config-upleveled": "^1.0.2",
"typescript": "^5.0.4"
}
}