-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2_package.json
63 lines (63 loc) · 1.8 KB
/
2_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
{
"name": "frontent-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx serve@latest dist",
"lint": "next lint"
},
"dependencies": {
"@aspida/axios": "^1.13.3",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.1.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@types/react-gtm-module": "^2.0.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"axios": "^1.4.0",
"babel-loader": "^9.1.3",
"boring-avatars": "^1.10.1",
"css-loader": "^7.1.2",
"date-fns": "^2.30.0",
"framer-motion": "^11.3.22",
"localforage": "^1.10.0",
"match-sorter": "^6.3.4",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.45.2",
"react-router-dom": "^6.26.0",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"sort-by": "^1.2.0",
"style-loader": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-strict-dependencies": "^1.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"mini-css-extract-plugin": "^2.9.0",
"openapi2aspida": "^0.22.0",
"postcss": "^8.4.39",
"prettier": "^3.0.1",
"tailwindcss": "^3.4.6",
"typescript": "^5"
}
}