2023-05-07 19:11:16 +00:00
|
|
|
{
|
|
|
|
"name": "um-react",
|
|
|
|
"private": true,
|
2024-09-26 20:06:00 +00:00
|
|
|
"version": "0.3.2",
|
2023-05-07 19:11:16 +00:00
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
2023-05-07 20:31:46 +00:00
|
|
|
"start": "vite",
|
2024-01-18 00:59:11 +00:00
|
|
|
"build": "tsc -p tsconfig.prod.json && vite build && pnpm build:finalize",
|
|
|
|
"build:finalize": "node scripts/write-version.mjs && node scripts/minify-mjs.mjs",
|
2023-05-07 19:11:16 +00:00
|
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
2023-05-15 20:04:45 +00:00
|
|
|
"format": "prettier -w .",
|
2023-05-17 00:46:20 +00:00
|
|
|
"test": "vitest run",
|
|
|
|
"test:ui": "vitest --ui",
|
|
|
|
"test:coverage": "vitest run --coverage",
|
|
|
|
"preview": "vite preview",
|
2023-05-17 23:39:50 +00:00
|
|
|
"preview:coverage": "vite preview --outDir coverage --port 5175",
|
|
|
|
"prepare": "husky install"
|
2023-05-07 19:11:16 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-21 22:49:12 +00:00
|
|
|
"@chakra-ui/anatomy": "^2.2.2",
|
2023-09-16 14:42:57 +00:00
|
|
|
"@chakra-ui/icons": "^2.1.1",
|
2023-12-21 22:49:12 +00:00
|
|
|
"@chakra-ui/react": "^2.8.2",
|
2023-09-16 14:42:57 +00:00
|
|
|
"@emotion/react": "^11.11.1",
|
2023-05-07 19:11:16 +00:00
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-12-21 22:49:12 +00:00
|
|
|
"@reduxjs/toolkit": "^2.0.1",
|
2024-09-24 22:19:30 +00:00
|
|
|
"@unlock-music/crypto": "0.1.0",
|
|
|
|
"framer-motion": "^11.5.6",
|
|
|
|
"nanoid": "^5.0.7",
|
|
|
|
"radash": "^12.1.0",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2023-05-21 15:36:21 +00:00
|
|
|
"react-dropzone": "^14.2.3",
|
2024-09-24 22:19:30 +00:00
|
|
|
"react-icons": "^5.3.0",
|
2023-05-14 23:09:54 +00:00
|
|
|
"react-promise-suspense": "^0.3.4",
|
2024-09-24 22:19:30 +00:00
|
|
|
"react-redux": "^9.1.2",
|
2023-06-11 21:41:06 +00:00
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
2024-09-24 22:19:30 +00:00
|
|
|
"sass": "^1.79.3",
|
|
|
|
"sql.js": "^1.11.0"
|
2023-05-07 19:11:16 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-09-24 22:19:30 +00:00
|
|
|
"@rollup/plugin-replace": "^6.0.1",
|
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
|
"@testing-library/react": "^16.0.1",
|
|
|
|
"@testing-library/user-event": "^14.5.2",
|
|
|
|
"@types/node": "^22.6.1",
|
|
|
|
"@types/react": "^18.3.9",
|
|
|
|
"@types/react-dom": "^18.3.0",
|
|
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
2023-12-21 22:49:12 +00:00
|
|
|
"@types/sql.js": "^1.4.9",
|
2024-09-24 22:19:30 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
|
|
"@typescript-eslint/parser": "^8.7.0",
|
|
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
|
|
"@vitest/coverage-v8": "^2.1.1",
|
|
|
|
"@vitest/ui": "^2.1.1",
|
|
|
|
"eslint": "^8.57.1",
|
2023-12-21 22:49:12 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-09-24 22:19:30 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.12",
|
|
|
|
"husky": "^9.1.6",
|
|
|
|
"jsdom": "^25.0.1",
|
|
|
|
"lint-staged": "^15.2.10",
|
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"rollup": "^4.22.4",
|
|
|
|
"terser": "^5.33.0",
|
|
|
|
"typescript": "^5.6.2",
|
|
|
|
"vite": "^5.4.7",
|
|
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
|
|
"vite-plugin-top-level-await": "^1.4.4",
|
2023-12-21 22:49:12 +00:00
|
|
|
"vite-plugin-wasm": "^3.3.0",
|
2024-09-24 22:19:30 +00:00
|
|
|
"vitest": "^2.1.1",
|
|
|
|
"workbox-window": "^7.1.0"
|
2023-05-07 19:11:16 +00:00
|
|
|
},
|
2023-05-17 23:39:50 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*": "prettier --write --ignore-unknown",
|
|
|
|
"*.{js,jsx,ts,tsx}": "eslint --fix --report-unused-disable-directives --max-warnings 0"
|
|
|
|
},
|
2023-05-07 19:11:16 +00:00
|
|
|
"prettier": {
|
|
|
|
"singleQuote": true,
|
2023-05-15 20:04:45 +00:00
|
|
|
"printWidth": 120,
|
|
|
|
"tabWidth": 2
|
2023-06-11 15:21:10 +00:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"patchedDependencies": {
|
2024-09-24 22:19:30 +00:00
|
|
|
"@rollup/plugin-terser": "patches/@rollup__plugin-terser.patch",
|
|
|
|
"sql.js": "patches/sql.js.patch"
|
2023-09-16 14:42:57 +00:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"rollup-plugin-terser": "npm:@rollup/plugin-terser@0.4.3",
|
|
|
|
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@1.4.15"
|
2023-06-11 15:21:10 +00:00
|
|
|
}
|
2024-10-14 02:03:53 +00:00
|
|
|
},
|
|
|
|
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
|
2023-05-17 00:46:20 +00:00
|
|
|
}
|