hyper-tuner-cloud/package.json

75 lines
2.4 KiB
JSON
Raw Normal View History

2021-03-22 14:29:03 -07:00
{
2022-06-30 15:52:36 -07:00
"name": "hyper-tuner-cloud",
"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-06-30 15:52:36 -07:00
"url": "https://github.com/hyper-tuner/hyper-tuner-cloud"
},
2021-03-22 14:29:03 -07:00
"scripts": {
2022-02-23 15:01:52 -08:00
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
2021-09-26 03:47:07 -07:00
"lint": "tsc && eslint --max-warnings=0 src",
2022-07-17 11:55:10 -07:00
"lint:fix": "eslint --fix src",
2022-10-19 14:56:19 -07:00
"analyze": "npm run build && open stats.html",
2022-10-18 04:51:04 -07:00
"typegen": "pocketbase-typegen --json ../pocketbase/pb_schema.json --out src/@types/pocketbase-types.ts"
2021-03-22 14:29:03 -07:00
},
"dependencies": {
"@hyper-tuner/ini": "git+https://github.com/hyper-tuner/ini.git",
"@hyper-tuner/types": "git+https://github.com/hyper-tuner/types.git",
2022-10-13 09:46:26 -07:00
"@reduxjs/toolkit": "^1.8.6",
2022-10-31 07:30:49 -07:00
"@sentry/react": "^7.17.3",
"@sentry/tracing": "^7.17.3",
2022-10-17 13:28:33 -07:00
"antd": "^4.23.6",
2022-07-17 11:55:10 -07:00
"kbar": "^0.1.0-beta.36",
"lodash.debounce": "^4.0.8",
2022-10-31 15:05:25 -07:00
"mlg-converter": "^0.8.0",
2022-07-17 11:55:10 -07:00
"nanoid": "^4.0.0",
2021-09-26 04:01:27 -07:00
"pako": "^2.0.4",
"pocketbase": "^0.8.0-rc1",
2022-07-17 11:55:10 -07:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-07-31 10:37:56 -07:00
"react-ga4": "^1.4.1",
2022-07-17 11:55:10 -07:00
"react-markdown": "^8.0.3",
2021-03-22 14:29:03 -07:00
"react-perfect-scrollbar": "^1.5.8",
2022-09-26 08:32:00 -07:00
"react-redux": "^8.0.4",
2022-10-13 09:46:26 -07:00
"react-router-dom": "^6.4.2",
2022-07-17 11:55:10 -07:00
"uplot": "^1.6.22",
2022-02-23 15:01:52 -08:00
"uplot-react": "^1.1.1",
2022-10-31 07:30:49 -07:00
"vite": "^3.2.2"
2021-03-22 14:29:03 -07:00
},
"devDependencies": {
"@hyper-tuner/eslint-config": "git+https://github.com/hyper-tuner/eslint-config.git",
2022-07-17 11:55:10 -07:00
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^18.11.9",
2022-07-17 11:55:10 -07:00
"@types/pako": "^2.0.0",
2022-10-27 14:22:53 -07:00
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
2022-07-17 11:55:10 -07:00
"@types/react-redux": "^7.1.24",
2022-01-20 13:11:48 -08:00
"@types/react-router-dom": "^5.3.3",
2022-10-31 15:05:25 -07:00
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
2022-10-27 14:22:53 -07:00
"@vitejs/plugin-react": "^2.2.0",
"eslint": "^8.26.0",
2022-02-23 15:15:05 -08:00
"eslint-plugin-flowtype": "^8.0.3",
2022-04-30 02:43:41 -07:00
"eslint-plugin-import": "^2.26.0",
2022-07-26 15:48:43 -07:00
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-modules-newline": "^0.0.6",
2022-07-17 11:55:10 -07:00
"eslint-plugin-prettier": "^4.2.1",
2022-10-13 09:46:26 -07:00
"eslint-plugin-react": "^7.31.10",
2022-07-17 11:55:10 -07:00
"eslint-plugin-react-hooks": "^4.6.0",
"less": "^4.1.3",
"pocketbase-typegen": "^1.0.11",
2022-07-17 11:55:10 -07:00
"prettier": "^2.7.1",
2022-10-17 13:28:33 -07:00
"rollup-plugin-visualizer": "^5.8.3",
"typescript": "^4.8.4",
"vite-plugin-html": "^3.2.0",
"vite-plugin-pwa": "^0.13.1"
2021-03-22 14:29:03 -07:00
}
}