42 lines
1.1 KiB
JSON
Executable file
42 lines
1.1 KiB
JSON
Executable file
{
|
|
"name": "portfolio-site",
|
|
"version": "1.0.0",
|
|
"description": "Portfolio Site",
|
|
"scripts": {
|
|
"start": "rm -v dist/* && node postbuild.js && parcel index.html",
|
|
"build": "rm -rv dist && parcel build index.html && exec node postbuild.js"
|
|
},
|
|
"browserslist": [
|
|
"defaults",
|
|
"not IE 11",
|
|
"maintained node versions"
|
|
],
|
|
"author": "",
|
|
"license": "BSD-2-Clause",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/plugin-transform-react-jsx": "^7.12.5",
|
|
"cssnano": "^5.1.0",
|
|
"parcel": "^2.4.1",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@types/react": "^16.9.56",
|
|
"fontsource-roboto": "^3.0.3",
|
|
"hls.js": "^1.1.5",
|
|
"preact": "^10.5.5",
|
|
"preact-async-route": "^2.2.1",
|
|
"preact-router": "^3.2.1",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0",
|
|
"video.js": "^7.10.2"
|
|
},
|
|
"skipLibCheck": true,
|
|
"alias": {
|
|
"react": "preact/compat",
|
|
"react-dom/test-utils": "preact/test-utils",
|
|
"react-dom": "preact/compat"
|
|
}
|
|
}
|