ship-gis/package.json

51 lines
1.4 KiB
JSON
Raw Normal View 히스토리

2026-01-22 09:14:01 +09:00
{
"name": "dark",
"private": true,
"version": "0.1.0",
"type": "module",
2026-01-22 09:14:01 +09:00
"scripts": {
"dev": "vite --port 3000",
"build": "tsc -b && vite build",
"build:dev": "tsc -b && vite build --mode dev",
"build:qa": "tsc -b && vite build --mode qa",
"build:prod": "tsc -b && vite build",
"preview": "vite preview --port 3000",
"preview:dev": "vite preview --mode dev --port 3000",
"preview:qa": "vite preview --mode qa --port 3000",
"type-check": "tsc -b --noEmit",
"lint": "eslint src"
2026-01-22 09:14:01 +09:00
},
"dependencies": {
"@deck.gl/core": "^9.2.6",
"@deck.gl/extensions": "^9.2.6",
"@deck.gl/geo-layers": "^9.2.6",
"@deck.gl/layers": "^9.2.6",
"@deck.gl/mesh-layers": "^9.2.6",
"@stomp/stompjs": "^7.2.1",
"axios": "^1.4.0",
"dayjs": "^1.11.11",
"html2canvas": "^1.4.1",
"ol": "^9.2.4",
"ol-ext": "^4.0.10",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^6.30.3",
"zustand": "^5"
2026-01-22 09:14:01 +09:00
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^22.10.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"sass": "^1.97.3",
"typescript": "~5.7.2",
"typescript-eslint": "^8.55.0",
"vite": "^7.3.1"
2026-01-22 09:14:01 +09:00
}
}