-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 984 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
36
37
38
{
"name": "carecode-landing",
"version": "0.1.0",
"private": true,
"description": "맘편한(CareCode) 서비스 소개 사이트",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"verify": "node scripts/verify-pages.mjs",
"refresh": "node scripts/refresh-figures.mjs"
},
"dependencies": {
"next": "15.3.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"three": "^0.186.0"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.6",
"@eslint/js": "^9.39.5",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.186.0",
"eslint": "^9.39.5",
"eslint-config-next": "^15.3.5",
"puppeteer": "^25.5.0",
"serve": "^14.2.6",
"tailwindcss": "^4.1.11",
"typescript": "^5",
"wait-on": "^9.1.0"
}
}