Minigame Editor Demo 16/10/2024
This commit is contained in:
36
minigame-editor/package.json
Normal file
36
minigame-editor/package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "vite-project",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@reduxjs/toolkit": "^2.2.8",
|
||||
"@toast-ui/react-image-editor": "^3.15.2",
|
||||
"react": "^18.3.1",
|
||||
"react-color": "^2.19.3",
|
||||
"react-contenteditable": "^3.3.7",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-images-uploading": "^3.1.7",
|
||||
"react-redux": "^9.1.2",
|
||||
"react-tooltip": "^5.28.0",
|
||||
"styled-components": "^6.1.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.11.1",
|
||||
"@types/react": "^18.3.10",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@vitejs/plugin-react-swc": "^3.5.0",
|
||||
"eslint": "^9.11.1",
|
||||
"eslint-plugin-react": "^7.37.0",
|
||||
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
|
||||
"eslint-plugin-react-refresh": "^0.4.12",
|
||||
"globals": "^15.9.0",
|
||||
"vite": "^5.4.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user