-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 KB
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": "next.js-ecommerce-store",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"migrate": "ley --require tsx/cjs"
},
"dependencies": {
"@fontsource/lexend": "^5.0.18",
"@upleveled/ley": "^0.8.5",
"dotenv": "^16.4.1",
"dotenv-safe": "^9.0.0",
"next": "14.1.0",
"postgres": "^3.4.3",
"react": "^18",
"react-dom": "^18",
"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/dotenv-safe": "^8.1.5",
"@types/react": "^18.2.51",
"@types/react-dom": "^18.2.18",
"eslint-config-upleveled": "^7.8.1",
"libpg-query": "^15.0.2",
"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",
"typescript": "^5.3.3"
}
}