-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "preflight-test-project-next-js-passing",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"migrate": "ley --require tsx/cjs",
"start": "next start"
},
"dependencies": {
"@upleveled/ley": "0.9.2",
"dotenv-safe": "9.1.0",
"next": "15.1.4",
"postgres": "3.4.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"sass": "1.83.1",
"server-only": "0.0.1",
"sharp": "0.33.5",
"tsx": "4.19.2"
},
"devDependencies": {
"@ts-safeql/eslint-plugin": "3.6.5",
"@types/dotenv-safe": "8.1.6",
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"eslint": "9.17.0",
"eslint-config-upleveled": "8.12.1",
"libpg-query": "16.3.0",
"prettier": "3.4.2",
"prettier-plugin-embed": "0.4.15",
"prettier-plugin-sql": "0.18.1",
"stylelint": "16.12.0",
"stylelint-config-upleveled": "1.1.5",
"typescript": "5.7.3"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}