-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 Bytes
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
{
"name": "k-type",
"version": "0.1.0",
"private": true,
"packageManager": "npm@10.2.4",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/lodash": "^4.17.7",
"autoprefixer": "^10.4.20",
"es-hangul": "^1.4.5",
"lodash": "^4.17.21",
"next": "^14.2.5",
"postcss": "^8.4.40",
"postcss-import": "^16.1.0",
"react": "^18",
"react-dom": "^18",
"tailwindcss": "^3.4.7",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.19",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"typescript": "^5"
}
}