-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"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.7",
"postgres": "3.4.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"sass": "1.85.1",
"server-only": "0.0.1",
"sharp": "0.33.5",
"tsx": "4.19.3"
},
"devDependencies": {
"@ts-safeql/eslint-plugin": "3.6.6",
"@types/dotenv-safe": "8.1.6",
"@types/node": "22.13.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"eslint": "9.21.0",
"eslint-config-upleveled": "9.1.2",
"libpg-query": "16.3.0",
"prettier": "3.5.2",
"prettier-plugin-embed": "0.5.0",
"prettier-plugin-sql": "0.18.1",
"stylelint": "16.14.1",
"stylelint-config-upleveled": "1.1.9",
"typescript": "5.7.3"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"libpg-query",
"sharp"
]
}
}