-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 939 Bytes
/
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
{
"name": "imprints",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.13",
"formik": "^2.4.3",
"next": "^13.4.12",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.4",
"swiper": "^9.1.1",
"swr": "^2.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.2",
"eslint": "8.36.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-import": "^2.28.0",
"husky": "^8.0.3",
"prettier": "^3.0.0",
"typescript": "4.9.5"
}
}