frigate/web/package.json
2022-03-11 07:49:06 -06:00

59 lines
1.8 KiB
JSON

{
"name": "frigate",
"private": true,
"scripts": {
"start": "SNOWPACK_PUBLIC_API_HOST=http://localhost:5000 snowpack dev",
"prebuild": "rimraf build",
"build": "SNOWPACK_PUBLIC_API_HOST='' NODE_ENV=production SNOWPACK_MODE=production snowpack build",
"lint": "npm run lint:cmd -- --fix",
"lint:cmd": "eslint ./ --ext .jsx,.js,.tsx,.ts",
"test": "jest"
},
"dependencies": {
"@cycjimmy/jsmpeg-player": "^5.0.1",
"axios": "^0.26.0",
"date-fns": "^2.21.3",
"idb-keyval": "^5.0.2",
"immer": "^9.0.6",
"preact": "^10.6.6",
"preact-async-route": "^2.2.1",
"preact-router": "^4.0.1",
"swr": "^1.2.2",
"video.js": "^7.15.4",
"videojs-playlist": "^4.3.1",
"videojs-seek-buttons": "^2.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-transform-react-jsx": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-typescript": "^7.16.7",
"@prefresh/snowpack": "^3.1.4",
"@snowpack/plugin-postcss": "^1.1.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@tailwindcss/forms": "^0.4.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/preact": "^2.0.1",
"@testing-library/user-event": "^12.7.1",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"eslint": "^8.10.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-testing-library": "^5.0.5",
"jest": "^26.6.3",
"postcss": "^8.4.7",
"postcss-cli": "^8.3.1",
"preact-cli": "^3.3.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"snowpack": "^3.8.8",
"snowpack-plugin-hash": "^0.16.0",
"tailwindcss": "^3.0.23"
}
}