stream/package.json

36 lines
886 B
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"
},
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat"
},
"dependencies": {
"@peertube/embed-api": "^0.0.4",
"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",
"sass": "^1.32.8",
"scss": "^0.2.4"
}
}