-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/next-auth": "^3.1.21",
"axios": "^0.21.1",
"compromise": "^13.10.6",
"immer": "^8.0.0",
"immutable": "^4.0.0-rc.12",
"jsdom": "^16.5.2",
"mongodb": "3.6",
"mongoose": "^5.11.11",
"next": "^10.0.3",
"next-auth": "^3.1.0",
"next-connect": "^0.9.1",
"pretty-ms": "^7.0.1",
"puppeteer": "^8.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-query": "^3.13.8",
"react-timeago": "^5.2.0",
"reflect-metadata": "^0.1.13",
"zustand": "^3.3.1"
},
"devDependencies": {
"@types/react": "^17.0.0",
"autoprefixer": "^10.2.5",
"babel-plugin-react-html-attrs": "^3.0.5",
"postcss": "^8.2.9",
"tailwindcss": "^2.1.1",
"tailwindcss-blend-mode": "^1.0.0",
"typescript": "^4.1.4"
},
"peerOptionalDependencies": {
"mongodb": "3.6.5"
},
"resolutions": {
"next-auth/typeorm": "0.2.28"
},
"license": "MIT"
}