-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
{
"name": "mirin-app-2022",
"version": "0.13.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true pnpm build"
},
"dependencies": {
"@heroicons/react": "v1",
"@next/bundle-analyzer": "^12.2.5",
"blueimp-load-image": "^5.16.0",
"dayjs": "^1.11.4",
"firebase": "^9.9.0",
"flowbite": "^1.5.1",
"next": "12.2.2",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"react-sortablejs": "^6.1.4",
"react-toastify": "^9.0.7",
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@types/blueimp-load-image": "^5.16.0",
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "18.0.6",
"@types/sortablejs": "^1.13.0",
"autoprefixer": "^10.4.8",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"eslint-plugin-import": "^2.26.0",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"tailwindcss": "^3.1.7",
"typescript": "4.7.4"
}
}