mirror of
https://github.com/emuplace/sudachi.emuplace.app.git
synced 2025-05-10 02:36:27 +02:00
Updated to v1.0.13
This commit is contained in:
parent
c8388354ce
commit
6edf53fdd5
4 changed files with 560 additions and 659 deletions
75
package.json
75
package.json
|
@ -1,38 +1,39 @@
|
|||
{
|
||||
"name": "vite-min-template",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "tsc && vite build",
|
||||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mantine/core": "7.11.1",
|
||||
"@mantine/hooks": "7.11.1",
|
||||
"@mantine/vanilla-extract": "7.11.1",
|
||||
"@tabler/icons-react": "^3.11.0",
|
||||
"@vanilla-extract/css": "^1.15.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
||||
"@typescript-eslint/parser": "^7.13.1",
|
||||
"@vanilla-extract/vite-plugin": "^4.0.11",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-react-refresh": "^0.4.7",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss-preset-mantine": "1.15.0",
|
||||
"postcss-simple-vars": "^7.0.1",
|
||||
"typescript": "^5.5.2",
|
||||
"vite": "^5.3.1"
|
||||
},
|
||||
"packageManager": "yarn@4.3.1"
|
||||
}
|
||||
"name": "vite-min-template",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "tsc && vite build",
|
||||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||||
"preview": "vite preview",
|
||||
"emulate": "npm run build && firebase emulators:start --only hosting"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mantine/core": "7.11.1",
|
||||
"@mantine/hooks": "7.11.1",
|
||||
"@mantine/vanilla-extract": "7.11.1",
|
||||
"@tabler/icons-react": "^3.11.0",
|
||||
"@vanilla-extract/css": "^1.15.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.13.1",
|
||||
"@typescript-eslint/parser": "^7.13.1",
|
||||
"@vanilla-extract/vite-plugin": "^4.0.11",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"eslint-plugin-react-refresh": "^0.4.7",
|
||||
"postcss": "^8.4.38",
|
||||
"postcss-preset-mantine": "1.15.0",
|
||||
"postcss-simple-vars": "^7.0.1",
|
||||
"typescript": "^5.5.2",
|
||||
"vite": "^5.3.1"
|
||||
},
|
||||
"packageManager": "yarn@4.3.1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue