You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "stock-oracle-frontend",
|
|
"version": "1.0.0",
|
|
"description": "Stock Oracle Web Frontend - 주식 데이터 분석 대시보드",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next dev -p 3000",
|
|
"build": "next build",
|
|
"start": "next start -p 3000",
|
|
"lint": "next lint",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.26.0",
|
|
"autoprefixer": "^10.4.16",
|
|
"date-fns": "^2.30.0",
|
|
"lucide-react": "^0.294.0",
|
|
"next": "^15.4.6",
|
|
"plotly.js": "^2.35.3",
|
|
"postcss": "^8.4.31",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.2.4",
|
|
"react-plotly.js": "^2.6.0",
|
|
"react-query": "^3.39.3",
|
|
"tailwindcss": "^3.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-next": "^15.0.0",
|
|
"typescript": "^5.2.0"
|
|
},
|
|
"keywords": [
|
|
"stock",
|
|
"finance",
|
|
"dashboard",
|
|
"react",
|
|
"nextjs"
|
|
],
|
|
"author": "Stock Oracle Team",
|
|
"license": "MIT"
|
|
}
|