YesPlayMusic/packages/web/package.json

75 lines
2.1 KiB
JSON
Raw Normal View History

2022-05-12 02:45:43 +08:00
{
"name": "web",
"private": true,
"version": "2.0.0",
"scripts": {
"dev": "vite dev --host",
2022-05-12 17:53:04 +08:00
"build": "node ./scripts/build.web.mjs",
2022-05-12 02:45:43 +08:00
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:types": "tsc --noEmit --project src/renderer/tsconfig.json",
"lint": "eslint --ext .ts,.js,.tsx,.jsx ./",
"analyze:css": "npx windicss-analysis",
"analyze:js": "npm run build && open-cli bundle-stats-renderer.html"
},
"engines": {
"node": "^14.13.1 || >=16.0.0"
},
"dependencies": {
"@sentry/react": "^6.19.7",
"@sentry/tracing": "^6.19.7",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"color.js": "^1.2.0",
"colord": "^2.9.2",
"dayjs": "^1.11.1",
"framer-motion": "^6.3.3",
"howler": "^2.2.3",
"js-cookie": "^3.0.1",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"qrcode": "^1.5.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-ga4": "^1.4.1",
"react-hot-toast": "^2.2.0",
"react-query": "^3.38.0",
"react-router-dom": "^6.3.0",
"react-use": "^17.3.2",
"valtio": "^1.6.0"
},
"devDependencies": {
"@testing-library/react": "^13.1.1",
"@types/howler": "^2.2.7",
"@types/js-cookie": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@types/md5": "^2.3.2",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@vitejs/plugin-react": "^1.3.1",
"@vitest/ui": "^0.12.4",
"autoprefixer": "^10.4.5",
"c8": "^7.11.2",
"dotenv": "^16.0.0",
"eslint": "*",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"jsdom": "^19.0.0",
"open-cli": "^7.0.1",
"postcss": "^8.4.13",
"prettier": "*",
"prettier-plugin-tailwindcss": "^0.1.10",
"rollup-plugin-visualizer": "^5.6.0",
"sass": "^1.51.0",
"tailwindcss": "^3.0.24",
"typescript": "*",
"vite": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1",
"vitest": "^0.12.4"
}
}