fix(v2): add index.html, main.tsx entry point, and fix package.json

This commit is contained in:
2026-03-12 13:24:26 +08:00
parent 106aafe2a9
commit f8d2da7e9f

View File

@@ -1,12 +1,16 @@
{
"name": "@figma/my-make-file",
"name": "tckrtuiyo-v2",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "vite build"
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mui/icons-material": "7.3.5",