hypertuner-cloud/package.json

74 lines
2.3 KiB
JSON
Raw Normal View History

2021-03-22 14:29:03 -07:00
{
2022-11-15 11:25:52 -08:00
"name": "hypertuner-cloud",
2022-06-30 15:52:36 -07:00
"description": "HyperTuner Cloud - Share your tunes and logs",
2021-12-28 14:05:17 -08:00
"version": "1.0.0",
2021-12-27 14:06:35 -08:00
"author": "Piotr Rogowski <piotr.rogowski0@gmail.com>",
2021-03-22 14:29:03 -07:00
"private": true,
"license": "MIT",
"homepage": "./",
"repository": {
"type": "git",
2022-11-15 11:25:52 -08:00
"url": "https://github.com/hyper-tuner/hypertuner-cloud"
},
2021-03-22 14:29:03 -07:00
"scripts": {
2022-02-23 15:01:52 -08:00
"start": "vite",
"build": "tsc && vite build && generate-version",
2022-02-23 15:01:52 -08:00
"serve": "vite preview",
"lint": "npm run lint:eslint && tsc",
"lint:eslint": "eslint src",
"lint:fix": "eslint src --fix",
2022-10-19 14:56:19 -07:00
"analyze": "npm run build && open stats.html",
2022-11-06 01:55:36 -08:00
"typegen": "pocketbase-typegen --json ../cloud-backend/pb_schema.json --out src/@types/pocketbase-types.ts"
2021-03-22 14:29:03 -07:00
},
"dependencies": {
2023-09-11 07:37:25 -07:00
"@hyper-tuner/ini": "github:hyper-tuner/ini",
"@hyper-tuner/types": "github:hyper-tuner/types",
2024-02-20 02:01:57 -08:00
"@reduxjs/toolkit": "^2.2.1",
"@sentry/react": "^7.101.1",
"@sentry/tracing": "^7.101.1",
2023-12-25 02:47:40 -08:00
"antd": "^4.24.15",
2023-12-25 02:35:29 -08:00
"fuse.js": "^7.0.0",
2024-01-22 02:20:29 -08:00
"kbar": "^0.1.0-beta.45",
2022-07-17 11:55:10 -07:00
"lodash.debounce": "^4.0.8",
2022-11-13 06:02:35 -08:00
"mlg-converter": "^0.9.0",
2024-02-20 02:01:57 -08:00
"nanoid": "^5.0.5",
2022-11-08 09:55:47 -08:00
"pako": "^2.1.0",
2024-02-20 02:01:57 -08:00
"pocketbase": "^0.21.1",
2022-07-17 11:55:10 -07:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-03-17 04:20:33 -07:00
"react-ga4": "^2.1.0",
2023-12-25 02:35:29 -08:00
"react-markdown": "^9.0.1",
2021-03-22 14:29:03 -07:00
"react-perfect-scrollbar": "^1.5.8",
2024-01-22 02:20:29 -08:00
"react-redux": "^9.1.0",
2024-02-20 02:01:57 -08:00
"react-router-dom": "^6.22.1",
"react-update-notification": "^1.2.0",
2024-02-20 02:01:57 -08:00
"uplot": "^1.6.30",
2023-09-10 08:21:33 -07:00
"uplot-react": "^1.1.5",
2024-02-20 02:01:57 -08:00
"vite": "^5.1.3"
2021-03-22 14:29:03 -07:00
},
"devDependencies": {
2023-09-10 08:21:33 -07:00
"@total-typescript/ts-reset": "^0.5.1",
2023-12-25 02:35:29 -08:00
"@types/lodash.debounce": "^4.0.9",
2024-02-20 02:01:57 -08:00
"@types/node": "^20.11.19",
2023-12-25 02:35:29 -08:00
"@types/pako": "^2.0.3",
2024-02-20 02:01:57 -08:00
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
2023-12-25 02:35:29 -08:00
"@types/react-redux": "^7.1.33",
2022-01-20 13:11:48 -08:00
"@types/react-router-dom": "^5.3.3",
2024-02-20 02:01:57 -08:00
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
2023-12-25 02:35:29 -08:00
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
2024-01-22 02:20:29 -08:00
"eslint-config-next": "^14.1.0",
2023-12-25 02:35:29 -08:00
"eslint-config-prettier": "^9.1.0",
2024-01-22 02:20:29 -08:00
"eslint-plugin-prettier": "^5.1.3",
2023-08-06 04:30:39 -07:00
"less": "^4.2.0",
2023-12-25 02:35:29 -08:00
"pocketbase-typegen": "^1.2.1",
2024-02-20 02:01:57 -08:00
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
2023-12-25 02:35:29 -08:00
"typescript": "^5.3.3",
2024-01-22 02:20:29 -08:00
"vite-plugin-html": "^3.2.2",
2024-02-20 02:01:57 -08:00
"vite-plugin-pwa": "^0.19.0"
2021-03-22 14:29:03 -07:00
}
}