-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
65 lines (65 loc) · 1.67 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
{
"name": "awesome-react-starter",
"version": "2.1.3",
"description": "The awesome React and Next.js starter project from Chess Coders",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"nextjs",
"tailwindcss",
"starter"
],
"author": "victorocna <[email protected]> (https://chesscoders.com)",
"license": "MIT",
"engines": {
"node": "^22.11.0",
"npm": "^10.9.0"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"accounting": "^0.4.1",
"autoprefixer": "10.4.5",
"axios": "^1.6.2",
"date-fns": "^2.21.1",
"dotenv": "^16.0.1",
"downshift": "^6.1.12",
"js-cookie": "^3.0.5",
"js-file-download": "^0.4.12",
"jsonwebtoken": "^9.0.0",
"merge-class-names": "^1.4.2",
"next": "^15.0.2",
"object-hash": "^3.0.0",
"pino": "^8.4.0",
"query-string": "^7.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-calendar": "^3.7.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.4.0",
"react-query": "^3.39.2",
"react-table": "^7.8.0",
"redux": "^4.1.0",
"store2": "^2.14.2",
"tailwindcss": "^3.3.3",
"uuid": "^9.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"eslint-plugin-react": "^7.23.2",
"pino-pretty": "^4.7.1",
"postcss": "^8.4.31"
}
}