-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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
{
"name": "moco",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 6080",
"lint": "next lint"
},
"dependencies": {
"@blocknote/core": "^0.10.1",
"@blocknote/react": "^0.10.1",
"@neoconfetti/react": "^0.1.0",
"@next/bundle-analyzer": "^14.0.2",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.17.0",
"@types/react-bootstrap": "^0.32.35",
"@types/react-slick": "^0.23.12",
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"cookies-next": "^4.1.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"next": "14.0.2",
"next-auth": "^4.24.5",
"react": "^18",
"react-bootstrap": "^2.9.1",
"react-datepicker": "^4.25.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-js-pagination": "^3.0.3",
"react-select": "^5.8.0",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.1",
"styled-reset": "^4.5.1",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^4.19.4",
"@types/react-dom": "^18",
"@types/react-js-pagination": "^3.0.7",
"@types/styled-components": "^5.1.30",
"typescript": "^5"
}
}