-
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.2.4",
"postgres": "3.4.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"sass": "1.86.3",
"server-only": "0.0.1",
"sharp": "0.33.5",
"tsx": "4.19.3"
},
"devDependencies": {
"@ts-safeql/eslint-plugin": "3.6.11",
"@types/dotenv-safe": "8.1.6",
"@types/node": "22.14.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"eslint": "9.23.0",
"eslint-config-upleveled": "9.2.3",
"libpg-query": "16.3.0",
"prettier": "3.5.3",
"prettier-plugin-embed": "0.5.0",
"prettier-plugin-sql": "0.18.1",
"stylelint": "16.17.0",
"stylelint-config-upleveled": "1.1.9",
"typescript": "5.8.2"
},
"packageManager": "[email protected]+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"libpg-query",
"sharp"
]
}
}