-
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": "next-ecommerce-store",
"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": {
"@fontsource/lato": "^5.0.18",
"@upleveled/ley": "^0.8.5",
"dotenv": "^16.4.1",
"dotenv-safe": "^9.1.0",
"next": "14.1.0",
"next-ecommerce-store": "link:",
"postgres": "^3.4.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"sass": "^1.70.0",
"secure-json-parse": "^2.7.0",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"tsx": "^4.7.0"
},
"devDependencies": {
"@ts-safeql/eslint-plugin": "^2.0.3",
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.0.1",
"eslint-config-upleveled": "^8.0.1",
"libpg-query": "^15.0.2",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-embed": "^0.4.13",
"prettier-plugin-sql": "^0.18.0",
"stylelint": "^16.2.1",
"stylelint-config-upleveled": "^1.0.7",
"tailwindcss": "^3.3.0",
"typescript": "5.4.0-dev.20240206"
}
}