stream/package.json
2021-11-01 23:34:29 +01:00

50 lines
1.4 KiB
JSON

{
"name": "underscore_stream",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "yarn parcel index.html",
"dev": "yarn parcel watch index.html",
"build": "yarn parcel build index.js",
"deploy": "yarn parcel build; rsync rsync -aP ./dist/ inu@95.216.203.71:/media/www/stream.undersco.re/"
},
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat"
},
"dependencies": {
"@peertube/embed-api": "^0.0.5",
"axios": "^0.21.1",
"date-fns": "^2.19.0",
"date-fns-tz": "^1.1.4",
"datebook": "^7.0.7",
"dotenv": "^10.0.0",
"ical": "^0.8.0",
"ical.js": "^1.4.0",
"markdown-to-jsx": "^7.1.2",
"preact": "^10.5.12",
"prop-types": "^15.7.2",
"react-helmet": "^6.1.0",
"react-router-dom": "^5.3.0",
"striptags": "^3.2.0",
"styled-components": "^5.2.1",
"zustand": "^3.5.13"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"babel": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"eslint": "^4.12.1",
"eslint-config-flying-rocket": "^1.1.1",
"marked": "^2.0.3",
"module-alias": "^2.0.3",
"parcel-bundler": "1.12.3",
"parcel-plugin-ogimage": "^1.2.0",
"prettier": "^1.9.1",
"sass": "^1.32.8",
"scss": "^0.2.4"
}
}