-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 796 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 796 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
{
"name": "calmo-ui-repo",
"private": true,
"type": "module",
"scripts": {
"build:core": "cd packages/calmo-ui && npm run build",
"dev:demo": "vite --config demo/vite.config.js --host localhost --port 4176 --strictPort",
"build:demo": "vite build --config demo/vite.config.js",
"preview:demo": "vite preview --config demo/vite.config.js --host localhost --port 4176 --strictPort"
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"pretendard": "^1.3.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^7.13.2"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.2.0",
"typescript": "^6.0.2",
"vite": "^7.0.0"
}
}