-
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.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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_e-commerce_store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"migrate": "dotenv -- ley --require tsm",
"ley-new": "f(){ touch migrations/$(date +%s)-$1.ts; }; f"
},
"dependencies": {
"@types/node": "20.2.1",
"dotenv-cli": "^7.2.1",
"dotenv-safe": "^8.2.0",
"ley": "^0.8.1",
"next": "13.4.4",
"postgres": "^3.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.62.1",
"secure-json-parse": "^2.7.0",
"server-only": "^0.0.1",
"sharp": "^0.32.1",
"tsm": "^2.3.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@playwright/test": "^1.34.3",
"@ts-safeql/eslint-plugin": "^1.1.3",
"@types/dotenv-safe": "^8.1.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"eslint-config-upleveled": "^4.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"stylelint": "^15.6.2",
"stylelint-config-upleveled": "^1.0.2",
"typescript": "5.0.4"
}
}