-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.22 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
{
"name": "next-marketplace-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node --trace-warnings node_modules/.bin/next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mantine/core": "^5.2.4",
"@mantine/hooks": "^5.2.4",
"@mantine/next": "^5.2.4",
"@mantine/notifications": "^5.2.6",
"@prisma/client": "^5.6.0",
"@types/intl": "^1.2.2",
"cookie": "^0.5.0",
"dotenv": "^16.0.2",
"eslint-plugin-unused-imports": "^2.0.0",
"jose": "^4.11.0",
"next": "12.2.5",
"prisma": "^5.6.0",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.2.0",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6",
"square": "^33.0.0",
"swr": "^1.3.0",
"tabler-icons-react": "^1.54.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.10",
"@types/cookie": "^0.5.1",
"@types/node": "18.7.11",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"commander": "^9.4.0",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"typescript": "^4.8.2"
}
}