-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "ecommercestore",
"version": "0.1.0",
"private": true,
"engines": {
"node": "20.10.0"
},
"scripts": {
"heroku-postbuild": "node migrate up && npm run build",
"dev": "next dev",
"build": "next build && node migrate up",
"start": "next start -p $PORT"
},
"dependencies": {
"@heroku/buildpack-registry": "1.0.1",
"@slonik/migrator": "0.7.0",
"@types/slonik": "22.1.11",
"cross-fetch": "3.1.8",
"dotenv": "9.0.2",
"esm": "3.2.25",
"heroku": "7.68.1",
"heroku-nodejs-build": "12.20.1",
"jest": "29.7.0",
"js-cookie": "2.2.1",
"next": "10.0.5",
"next-cookies": "2.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-loader": "4.13.0",
"router": "1.3.8",
"slonik": "23.9.0",
"styled-components": "5.3.9",
"type": "2.5.0"
},
"devDependencies": {
"@types/node": "20.10.3",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@types/styled-components": "5.1.26",
"babel-plugin-styled-components": "1.12.0",
"typescript": "4.9.5"
},
"license": "ISC"
}