fix(v2): add index.html, main.tsx entry point, and fix package.json
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user