-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "xbtips-v1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@types/node": "20.2.3",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "10.4.14",
"eslint": "^8.41.0",
"eslint-config-next": "13.4.3",
"firebase": "^8.8.0",
"framer-motion": "^10.12.16",
"js-cookie": "^3.0.5",
"next": "13.4.3",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-icons": "^4.9.0",
"react-scroll": "^1.8.9",
"react-wrap-balancer": "^1.0.0",
"sweetalert": "^2.1.2",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"zod": "^3.21.4"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/js-cookie": "^3.0.3",
"@types/react-scroll": "^1.8.7",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import-helpers": "^1.3.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
},
"main": ".eslintrc.js",
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}