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-03-29 12:29:26 +00:00
|
|
|
"build": "yarn parcel build index.js",
|
|
|
|
"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": {
|
|
|
|
"@peertube/embed-api": "^0.0.4",
|
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",
|
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",
|
2021-05-15 18:14:41 +00:00
|
|
|
"markdown-to-jsx": "^7.1.2",
|
2021-03-05 12:17:51 +00:00
|
|
|
"preact": "^10.5.12",
|
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
"styled-components": "^5.2.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-10 13:51:24 +00:00
|
|
|
"@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",
|
2021-05-15 18:14:41 +00:00
|
|
|
"marked": "^2.0.3",
|
2021-03-05 12:17:51 +00:00
|
|
|
"module-alias": "^2.0.3",
|
|
|
|
"parcel-bundler": "1.12.3",
|
2021-03-05 13:37:53 +00:00
|
|
|
"prettier": "^1.9.1",
|
|
|
|
"sass": "^1.32.8",
|
|
|
|
"scss": "^0.2.4"
|
2021-03-04 23:10:20 +00:00
|
|
|
}
|
2021-03-29 16:03:46 +00:00
|
|
|
}
|