2021-03-02 15:49:03 +00:00
|
|
|
{
|
2021-03-04 23:10:20 +00:00
|
|
|
"name": "underscore_stream",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2021-03-05 12:17:51 +00:00
|
|
|
"start": "yarn parcel index.html",
|
|
|
|
"dev": "yarn parcel watch index.html",
|
2022-05-06 13:10:40 +00:00
|
|
|
"build": "parcel build index.html && cp -r static dist/static"
|
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",
|
2021-10-25 14:56:04 +00:00
|
|
|
"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",
|
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",
|
2022-05-06 13:10:40 +00:00
|
|
|
"prop-types": "^15.8.1",
|
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",
|
2021-10-11 17:14:55 +00:00
|
|
|
"styled-components": "^5.2.1",
|
|
|
|
"zustand": "^3.5.13"
|
2021-03-05 12:17:51 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-10 13:51:24 +00:00
|
|
|
"@babel/eslint-parser": "^7.13.10",
|
2022-05-06 13:10:40 +00:00
|
|
|
"@parcel/transformer-sass": "2.5.0",
|
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",
|
2022-05-06 13:10:40 +00:00
|
|
|
"parcel": "^2.0.0",
|
2021-05-18 12:27:32 +00:00
|
|
|
"parcel-plugin-ogimage": "^1.2.0",
|
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-11-01 22:34:29 +00:00
|
|
|
}
|