-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"babelMacros": {
"twin": {
"preset": "styled-components"
}
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next start"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.13",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/jsonwebtoken": "^9.0.6",
"axios": "^1.6.8",
"cookies-next": "^4.1.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"next": "^14.1.3",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-query": "^3.39.3",
"react-transition-group": "^4.4.5",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@types/node": "20.11.29",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"babel-loader": "^9.1.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"twin.macro": "^3.4.1",
"typescript": "5.4.2"
},
"overrides": {
"react-virtual": {
"react": "^18.0.0"
}
}
}