-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.5 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
{
"name": "tenten",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^5.15.0",
"@types/dompurify": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@types/react-infinite-scroller": "^1.2.5",
"@types/react-toastify": "^4.1.0",
"@types/styled-components": "^5.1.34",
"axios": "^1.6.2",
"babel-plugin-styled-components": "^2.1.4",
"date-fns": "^3.0.1",
"dompurify": "^3.0.6",
"dotenv": "^16.3.1",
"isomorphic-dompurify": "^2.0.0",
"mongoose": "^8.0.3",
"next": "14.0.4",
"react": "^18",
"react-datepicker": "^4.25.0",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-infinite-scroller": "^1.2.6",
"react-query": "^3.39.3",
"react-quill": "^2.0.0",
"react-responsive": "^9.0.2",
"react-toastify": "^9.1.3",
"rsuite": "^5.49.0",
"styled-components": "^6.1.1",
"styled-reset": "^4.5.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/jsdom": "^21.1.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^4.19.4",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"lodash": "^4.17.21",
"prettier": "^3.1.1",
"typescript": "^5"
}
}