-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 969 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
39
{
"name": "marketplace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.3",
"@chakra-ui/react": "^2.4.6",
"@heroicons/react": "^2.0.13",
"@next/font": "13.0.7",
"@nhost/nhost-js": "^1.7.0",
"@nhost/react": "^0.17.0",
"@nhost/react-apollo": "^4.11.0",
"@tanstack/react-query": "^4.20.4",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/uuid": "^9.0.0",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"framer-motion": "^8.0.2",
"graphql": "^16.6.0",
"lodash": "^4.17.21",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"typescript": "4.9.4",
"uuid": "^9.0.0"
},
"optionalDependencies": {
"win-node-env": "^0.6.1"
}
}