71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "mantine-vite-template",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "npm run eslint && npm run stylelint",
|
|
"eslint": "eslint . --cache",
|
|
"stylelint": "stylelint '**/*.css' --cache",
|
|
"prettier": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"prettier:write": "prettier --write \"**/*.{ts,tsx}\"",
|
|
"vitest": "vitest run",
|
|
"vitest:watch": "vitest",
|
|
"test": "npm run typecheck && npm run prettier && npm run lint && npm run vitest && npm run build",
|
|
"storybook": "storybook dev -p 6006",
|
|
"storybook:build": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "8.3.1",
|
|
"@mantine/hooks": "8.3.1",
|
|
"@phosphor-icons/react": "^2.1.10",
|
|
"@react-three/fiber": "^9.3.0",
|
|
"dockview": "^4.9.0",
|
|
"livekit-client": "^2.15.8",
|
|
"phosphor-react": "^1.4.1",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"react-router-dom": "^7.8.2",
|
|
"three": "^0.180.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.35.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
"@storybook/addon-themes": "^9.1.5",
|
|
"@storybook/react": "^9.1.5",
|
|
"@storybook/react-vite": "^9.1.5",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^24.3.1",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"eslint": "^9.35.0",
|
|
"eslint-config-mantine": "^4.0.3",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jsdom": "^26.1.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-preset-mantine": "1.18.0",
|
|
"postcss-simple-vars": "^7.0.1",
|
|
"prettier": "^3.6.2",
|
|
"prop-types": "^15.8.1",
|
|
"storybook": "^9.1.5",
|
|
"stylelint": "^16.24.0",
|
|
"stylelint-config-standard-scss": "^16.0.0",
|
|
"typescript": "^5.9.2",
|
|
"typescript-eslint": "^8.43.0",
|
|
"vite": "^7.1.5",
|
|
"vite-tsconfig-paths": "^5.1.4",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"packageManager": "yarn@4.9.4"
|
|
}
|