stream/package.json

34 lines
841 B
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",
"build": "yarn parcel build index.js"
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",
"preact": "^10.5.12",
"prop-types": "^15.7.2",
"styled-components": "^5.2.1"
},
"devDependencies": {
"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",
"module-alias": "^2.0.3",
"parcel-bundler": "1.12.3",
"prettier": "^1.9.1"
2021-03-04 23:10:20 +00:00
}
2021-03-02 15:49:03 +00:00
}