-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 874 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
{
"name": "equilibrium",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@graywolfai/react-heroicons": "^1.3.0",
"@headlessui/react": "^1.4.2",
"axios": "^0.24.0",
"heroicons": "^1.0.5",
"heroicons-react": "^1.4.1",
"next": "12.0.3",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.19.1",
"react-hot-toast": "^2.1.1",
"react-toastify": "^8.1.0"
},
"devDependencies": {
"@types/cookie": "^0.4.1",
"@types/node": "16.11.7",
"@types/react": "17.0.34",
"autoprefixer": "^10.4.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.3",
"postcss": "^8.3.11",
"postcss-cli": "^9.0.2",
"tailwindcss": "^2.2.19",
"typescript": "4.4.4"
}
}