-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "mybooklist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"test": "jest --watch"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@reduxjs/toolkit": "^1.8.6",
"@tanstack/react-query": "^4.13.0",
"axios": "^1.1.3",
"firebase": "^9.12.1",
"flowbite": "^1.5.3",
"flowbite-react": "^0.3.2",
"html-react-parser": "^3.0.4",
"nanoid": "^4.0.0",
"next": "^14.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-redux": "^8.0.4",
"react-slideshow-image": "^4.0.5",
"swiper": "^8.4.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"autoprefixer": "^10.4.12",
"babel-jest": "^29.2.2",
"eslint": "8.26.0",
"eslint-config-next": "^13.0.0",
"jest": "^29.2.2",
"jest-css-modules": "^2.1.0",
"jest-environment-jsdom": "^29.2.2",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}