-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 952 Bytes
/
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
{
"name": "next-js-ecommerce-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"
},
"dependencies": {
"dotenv-cli": "^7.2.1",
"dotenv-safe": "^8.2.0",
"ley": "^0.8.1",
"next": "13.4.3",
"postgres": "^3.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.62.1",
"secure-json-parse": "^2.7.0",
"sharp": "^0.32.1",
"tsm": "^2.3.0"
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@playwright/test": "^1.34.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"
}
}