-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 994 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
40
41
42
43
{
"name": "covid-resources",
"version": "0.1.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.0.0",
"@heroicons/react": "^1.0.1",
"clipboard": "^2.0.8",
"clsx": "^1.1.1",
"date-fns": "^2.21.1",
"dotenv": "^8.2.0",
"fuse.js": "^6.4.6",
"headlessui": "*",
"heroicons": "^1.0.1",
"inter-ui": "^3.18.0",
"mongoose": "^5.12.5",
"next": "10.1.3",
"next-seo": "^4.24.0",
"nextjs-cors": "^1.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-static-tweets": "^0.5.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@types/gtag.js": "0.0.4",
"autoprefixer": "^10.2.5",
"postcss": "^8.2.10",
"prettier": "^2.2.1",
"tailwindcss": "^2.1.1"
},
"optionalDependencies": {
"playwright": "^1.10.0"
}
}