-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 Bytes
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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@sentry/browser": "^5.29.2",
"@sentry/node": "^5.29.2",
"@supabase/supabase-js": "^1.0.7",
"@tailwindcss/aspect-ratio": "^0.2.0",
"@tailwindcss/forms": "^0.2.1",
"aws-sdk": "^2.799.0",
"classnames": "^2.2.6",
"isomorphic-unfetch": "^3.1.0",
"next": "latest",
"react": "^16.13.1",
"react-div-100vh": "^0.5.6",
"react-dom": "^16.13.1",
"react-repeatable": "^2.0.1",
"swr": "^0.3.9",
"timeago.js": "^4.0.2",
"uuid": "^8.3.1"
},
"devDependencies": {
"autoprefixer": "10.0.2",
"postcss": "8.1.7",
"tailwindcss": "^2.0.1"
},
"license": "MIT"
}