forked from kayk1m/img.kay.kr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
57
58
59
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"start": "next start",
"clean": "make clean",
"prepare": "yarn dlx @yarnpkg/sdks vscode"
},
"dependencies": {
"@headlessui/react": "1.6.0",
"@heroicons/react": "1.0.6",
"alexcorvi-heic2any": "0.0.3",
"bowser": "2.11.0",
"clsx": "1.1.1",
"http-status-codes": "2.2.0",
"ky": "0.30.0",
"next": "12.1.5",
"next-pwa": "5.5.2",
"next-seo": "5.4.0",
"pica": "9.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-easy-crop": "4.1.5",
"react-gtm-module": "2.0.11",
"swr": "1.3.0",
"zod": "3.14.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/forms": "0.5.0",
"@types/node": "17.0.30",
"@types/pica": "9.0.0",
"@types/react": "18.0.8",
"@types/react-gtm-module": "2.0.1",
"autoprefixer": "10.4.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-unused-imports": "2.0.0",
"postcss": "8.4.12",
"postcss-focus-visible": "6.0.4",
"prettier": "2.6.2",
"tailwindcss": "3.0.24",
"typescript": "4.6.4"
},
"resolutions": {
"ansi-regex": ">=3.0.1",
"async": ">=2.6.4",
"ejs": ">=3.1.7",
"minimist": ">=1.2.6",
"nanoid": ">=3.1.31",
"path-parse": ">=1.0.7",
"simple-get": ">=4.0.1"
},
"packageManager": "[email protected]"
}