-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 857 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": "diner-direct",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"apollo-server-micro": "^2.19.0",
"body-parser": "^1.19.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"faker": "^5.1.0",
"framer-motion": "^2.9.4",
"graphql": "^15.4.0",
"graphql-request": "^3.3.0",
"knex": "^0.21.12",
"next": "10.0.2",
"pg": "^8.5.1",
"popper.js": "^1.16.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"swr": "^0.3.9"
},
"devDependencies": {
"@types/node": "^14.14.9",
"@types/react": "^16.9.56",
"postcss": "^8.1.8",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.0.1",
"typescript": "^4.1.2"
},
"resolutions": {
"postcss-focus-within": "^4.0.0"
}
}