Initial commit
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "hw", | |||
"private": true, | |||
"version": "0.0.0", | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "tsc && vite build", | |||
"preview": "vite preview" | |||
}, | |||
"devDependencies": { | |||
"typescript": "~5.6.2", | |||
"vite": "^6.0.5" | |||
}, | |||
"dependencies": { | |||
"@types/d3": "^7.4.3", | |||
"bootstrap": "^5.3.3", | |||
"d3": "^7.9.0" | |||
} | |||
} |
src/css/style.css
0 → 100644
src/global.d.ts
0 → 100644
src/ts/main.ts
0 → 100644
tsconfig.json
0 → 100644
Please register or sign in to comment