-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.63 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest",
"watch": "npx nodemon ./src/server/server.ts"
},
"dependencies": {
"@radix-ui/react-scroll-area": "^1.0.4",
"@reduxjs/toolkit": "^1.3.6",
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/mysql": "^2.15.25",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"joi": "^17.12.2",
"linkify-plugin-mention": "^4.1.1",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"lucide-react": "^0.244.0",
"mysql": "^2.18.1",
"next": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-redux": "^7.2.0",
"swr": "^2.2.4",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^13.0.0",
"@types/cors": "^2.8.17",
"@types/jest": "^27.5.2",
"@types/node": "^16.9.1",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-redux": "^7.1.18",
"autoprefixer": "^10.4.14",
"express": "^4.18.2",
"jest": "^27.5.1",
"jest-css-modules-transform": "^4.2.0",
"jest-environment-jsdom": "^27.0.0",
"moment": "^2.29.4",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"ts-jest": "^27.0.5",
"ts-node": "^10.2.1",
"typescript": "^4.3.4"
}
}