2021-01-09 18:26:46 +01:00
|
|
|
{
|
|
|
|
"name": "frigate",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-02-07 16:33:37 +01:00
|
|
|
"start": "cross-env SNOWPACK_PUBLIC_API_HOST=http://localhost:5000 snowpack dev",
|
2021-02-12 21:57:40 +01:00
|
|
|
"start:custom": "snowpack dev",
|
2021-01-16 19:12:39 +01:00
|
|
|
"prebuild": "rimraf build",
|
2021-02-09 20:35:33 +01:00
|
|
|
"build": "cross-env NODE_ENV=production SNOWPACK_MODE=production SNOWPACK_PUBLIC_API_HOST='' snowpack build",
|
|
|
|
"lint": "npm run lint:cmd -- --fix",
|
2021-02-09 20:35:33 +01:00
|
|
|
"lint:cmd": "eslint ./ --ext .jsx,.js",
|
|
|
|
"test": "jest"
|
2021-01-09 18:26:46 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-28 19:13:48 +02:00
|
|
|
"date-fns": "^2.21.3",
|
2021-02-09 20:35:33 +01:00
|
|
|
"idb-keyval": "^5.0.2",
|
|
|
|
"immer": "^8.0.1",
|
|
|
|
"preact": "^10.5.9",
|
|
|
|
"preact-async-route": "^2.2.1",
|
2021-05-28 19:13:48 +02:00
|
|
|
"preact-router": "^3.2.1",
|
|
|
|
"video.js": "^7.11.8",
|
2021-06-04 22:49:28 +02:00
|
|
|
"videojs-mobile-ui": "^0.5.3",
|
2021-06-04 01:38:05 +02:00
|
|
|
"videojs-playlist": "^4.3.1",
|
|
|
|
"videojs-seek-buttons": "^2.0.0"
|
2021-02-09 20:35:33 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/eslint-parser": "^7.12.13",
|
|
|
|
"@babel/plugin-transform-react-jsx": "^7.12.13",
|
|
|
|
"@babel/preset-env": "^7.12.13",
|
2021-01-09 18:26:46 +01:00
|
|
|
"@prefresh/snowpack": "^3.0.1",
|
2021-01-16 19:12:39 +01:00
|
|
|
"@snowpack/plugin-postcss": "^1.1.0",
|
2021-02-09 20:35:33 +01:00
|
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
|
|
"@testing-library/preact": "^2.0.1",
|
2021-02-14 18:31:57 +01:00
|
|
|
"@testing-library/user-event": "^12.7.1",
|
2021-01-09 18:26:46 +01:00
|
|
|
"autoprefixer": "^10.2.1",
|
|
|
|
"cross-env": "^7.0.3",
|
2021-02-09 20:35:33 +01:00
|
|
|
"eslint": "^7.19.0",
|
|
|
|
"eslint-config-preact": "^1.1.3",
|
|
|
|
"eslint-config-prettier": "^7.2.0",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-02-09 20:35:33 +01:00
|
|
|
"eslint-plugin-jest": "^24.1.3",
|
|
|
|
"eslint-plugin-testing-library": "^3.10.1",
|
|
|
|
"jest": "^26.6.3",
|
2021-05-12 12:08:47 +02:00
|
|
|
"postcss": "^8.2.10",
|
2021-01-13 17:59:46 +01:00
|
|
|
"postcss-cli": "^8.3.1",
|
2021-02-09 20:35:33 +01:00
|
|
|
"prettier": "^2.2.1",
|
2021-01-16 19:12:39 +01:00
|
|
|
"rimraf": "^3.0.2",
|
2021-01-29 06:25:02 +01:00
|
|
|
"snowpack": "^3.0.11",
|
2021-02-05 17:07:24 +01:00
|
|
|
"snowpack-plugin-hash": "^0.14.2",
|
2021-01-09 18:26:46 +01:00
|
|
|
"tailwindcss": "^2.0.2"
|
|
|
|
}
|
|
|
|
}
|