generated from basiqio-oss/account-verification
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 964 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open --config-file=cypress.config.js",
"cypress:run": "cypress run --config-file=cypress.config.js"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@vercel/analytics": "^1.3.1",
"axios": "^1.5.0",
"ms": "^2.1.3",
"next": "latest",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-use-form-state": "^0.13.2"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"cypress": "^12.17.0",
"eslint": "^8.40.0",
"eslint-config-next": "^13.2.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-tailwind": "^0.2.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.2"
},
"resolutions": {
"react-use-form-state/react": "^18.2.0"
}
}