stream/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2021-03-02 15:49:03 +00:00
{
2021-03-04 23:10:20 +00:00
"name": "underscore_stream",
"version": "0.0.0",
2021-03-02 15:49:03 +00:00
"main": "index.js",
2021-03-04 23:10:20 +00:00
"license": "MIT",
"scripts": {
2021-03-05 12:17:51 +00:00
"start": "yarn parcel index.html",
"dev": "yarn parcel watch index.html",
2021-11-10 15:39:16 +00:00
"build": "parcel build index.html && cp -r static dist/static",
2021-03-29 12:29:26 +00:00
"deploy": "yarn parcel build; rsync rsync -aP ./dist/ inu@95.216.203.71:/media/www/stream.undersco.re/"
2021-03-04 23:10:20 +00:00
},
2021-03-05 12:17:51 +00:00
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat"
2021-03-04 23:10:20 +00:00
},
"dependencies": {
2021-11-01 22:34:29 +00:00
"@peertube/embed-api": "^0.0.5",
2021-03-05 12:17:51 +00:00
"axios": "^0.21.1",
2021-03-11 20:24:44 +00:00
"date-fns": "^2.19.0",
2021-05-16 23:08:25 +00:00
"date-fns-tz": "^1.1.4",
"datebook": "^7.0.7",
2021-10-11 13:50:24 +00:00
"dotenv": "^10.0.0",
2021-11-10 15:34:13 +00:00
"he": "^1.2.0",
2021-03-11 20:24:44 +00:00
"ical": "^0.8.0",
2021-03-29 16:03:46 +00:00
"ical.js": "^1.4.0",
"markdown-to-jsx": "^7.1.2",
2021-03-05 12:17:51 +00:00
"preact": "^10.5.12",
"prop-types": "^15.7.2",
2021-10-12 12:45:52 +00:00
"react-helmet": "^6.1.0",
2021-10-11 13:50:24 +00:00
"react-router-dom": "^5.3.0",
"striptags": "^3.2.0",
"styled-components": "^5.2.1",
"zustand": "^3.5.13"
2021-03-05 12:17:51 +00:00
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
2021-03-05 12:17:51 +00:00
"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",
2021-03-05 12:17:51 +00:00
"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"
2021-03-04 23:10:20 +00:00
}
2021-11-01 22:34:29 +00:00
}