-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.81 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
{
"name": "taotask",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch --coverage",
"typecheck": "tsc --noEmit",
"pretty": "pretty-quick --staged",
"prepare": "husky install",
"hook:precommit": "npm typecheck & npm run lint && npm run pretty",
"hook:prepush": "npm run test"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@gsap/react": "^2.0.2",
"@material-tailwind/react": "^2.1.2",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.4",
"@reduxjs/toolkit": "^1.9.5",
"@types/jest": "^29.5.2",
"@types/node": "18.16.17",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@types/react-slick": "^0.23.13",
"bootstrap": "^5.3.3",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"flowbite": "^1.8.1",
"flowbite-react": "^0.10.1",
"gsap": "^3.12.4",
"husky": "^8.0.3",
"immer": "^10.0.2",
"jest": "^29.5.0",
"lucide-react": "^0.307.0",
"nanoid": "^3.3.6",
"next": "13.4.5",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"pure-react-carousel": "^1.30.1",
"react": "18.2.0",
"react-bootstrap": "^2.10.4",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-redux": "^8.0.7",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}