mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
e3b9998879
* update js build tools * update frontend deps * python updates * update requests again
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "frigate",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "tsc && vite build --base=/BASE_PATH/",
|
|
"lint": "eslint --ext .jsx,.js,.tsx,.ts --ignore-path .gitignore .",
|
|
"prettier:write": "prettier -u -w --ignore-path .gitignore \"*.{ts,tsx,js,jsx,css,html}\"",
|
|
"test": "vitest",
|
|
"coverage": "vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@cycjimmy/jsmpeg-player": "^6.0.5",
|
|
"axios": "^1.4.0",
|
|
"copy-to-clipboard": "3.3.3",
|
|
"date-fns": "^2.30.0",
|
|
"idb-keyval": "^6.2.0",
|
|
"immer": "^10.0.1",
|
|
"monaco-yaml": "^4.0.4",
|
|
"preact": "^10.13.2",
|
|
"preact-async-route": "^2.2.1",
|
|
"preact-router": "^4.1.0",
|
|
"react": "npm:@preact/compat@^17.1.2",
|
|
"react-dom": "npm:@preact/compat@^17.1.2",
|
|
"strftime": "^0.10.1",
|
|
"swr": "^1.3.0",
|
|
"video.js": "^8.3.0",
|
|
"videojs-playlist": "^5.1.0",
|
|
"vite-plugin-monaco-editor": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/preact": "^3.2.3",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
|
"@typescript-eslint/parser": "^5.59.1",
|
|
"@vitest/coverage-c8": "^0.31.0",
|
|
"@vitest/ui": "^0.31.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.39.0",
|
|
"eslint-config-preact": "^1.3.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-vitest-globals": "^1.3.1",
|
|
"fake-indexeddb": "^4.0.1",
|
|
"jsdom": "^22.0.0",
|
|
"msw": "^1.2.1",
|
|
"postcss": "^8.4.23",
|
|
"prettier": "^2.8.8",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^5.0.4",
|
|
"vite": "^4.3.5",
|
|
"vitest": "^0.31.0"
|
|
}
|
|
}
|