-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 823 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
{
"name": "notarize-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@prisma/client": "^2.15.0",
"marked": "^1.2.7",
"next": "10.0.5",
"next-auth": "^3.2.0-canary.36",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-query": "^3.6.0"
},
"devDependencies": {
"@prisma/cli": "^2.15.0",
"@tailwindcss/typography": "^0.4.0",
"@types/next-auth": "^3.1.23",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@types/uuid": "^8.3.0",
"autoprefixer": "^10.2.3",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3"
}
}