-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
47
48
{
"private": true,
"name": "commercify",
"scripts": {
"lint": "next lint",
"dev": "nodemon",
"build": "next build && tsc --project tsconfig.server.json",
"start": "node dist/server/index.js"
},
"author": "Mohamed Muntasir",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.0",
"axios": "^0.26.1",
"cloudinary": "^1.29.0",
"cloudinary-react": "^1.7.2",
"express": "^4.17.3",
"moment": "^2.29.2",
"mongoose": "^6.2.10",
"next": "^12.1.4",
"next-auth": "^4.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-query": "^3.34.19",
"react-virtuoso": "^2.9.1",
"recharts": "^2.1.9",
"stripe": "^8.217.0"
},
"devDependencies": {
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.13",
"@types/node": "17.0.23",
"@types/react": "^17.0.44",
"autoprefixer": "^10.4.4",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"nodemon": "^2.0.15",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23",
"ts-node": "^10.7.0",
"typescript": "4.6.3"
}
}