-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
70 lines (70 loc) · 2.01 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "next-js-app-router-starter-template",
"author": "Ali Haider",
"description": "This is a starter template for Next.js projects build to be used with Tailwind CSS and Typescript.",
"maintainers": [
"araza95"
],
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start NODE_OPTIONS='-r next-logger'",
"lint": "next lint",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"prepare": "husky"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.9",
"@tanstack/react-query-devtools": "^5.17.9",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"cookies-next": "^4.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unicorn": "^50.0.1",
"formik": "^2.4.5",
"husky": "^9.0.11",
"init": "^0.1.2",
"lint": "^0.8.19",
"lucide-react": "^0.309.0",
"next": "^14.2.3",
"next-logger": "^3.0.2",
"prettier": "^3.2.5",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-loading-overlay-ts": "^2.0.2",
"react-redux": "^9.0.4",
"react-toastify": "^9.1.3",
"redux-persist": "^6.0.0",
"redux-thunk": "^3.1.0",
"shadcn-ui": "^0.4.1",
"sharp": "^0.33.1",
"socket.io-client": "^4.7.2",
"tailwind-merge": "^2.2.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"add": "^2.0.6",
"autoprefixer": "^10.0.1",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"yarn": "^1.22.21"
}
}