-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 840 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
{
"name": "painelbase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@tailwindcss/aspect-ratio": "^0.2.1",
"@tailwindcss/forms": "0.4.0",
"@types/node": "^15.12.5",
"@types/react": "^17.0.11",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^6.4.3",
"multer": "^1.4.2",
"next": "latest",
"next-connect": "^0.10.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-input-mask": "^2.0.4",
"react-toastify": "^7.0.4",
"typescript": "^4.3.4"
},
"devDependencies": {
"autoprefixer": "10.4.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.5"
}
}