31 lines
994 B
JSON
31 lines
994 B
JSON
{
|
|
"name": "r-search",
|
|
"version": "1.0.0",
|
|
"description": "Search reddit using the Pushshift API",
|
|
"repository": "https://github.com/MarseyLivesMatter/search.git",
|
|
"homepage": "https://MarseyLivesMatter.github.com/search",
|
|
"author": "Camas <camas@hotmail.co.uk>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "parcel src/index.html",
|
|
"build": "parcel build src/index.html",
|
|
"dist": "rm -r ./dist && parcel build --public-url ./ src/index.html && export $(cat .env | xargs) && gh-pages --dist ./dist --repo https://$GH_TOKEN@github.com/camas/reddit-search.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.19",
|
|
"@types/react-dom": "^16.9.5",
|
|
"cssnano": "^4.1.10",
|
|
"gh-pages": "^2.2.0",
|
|
"tailwindcss": "^1.2.0",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"parcel-bundler": "^1.12.4",
|
|
"parcel-plugin-inliner": "^1.0.13",
|
|
"react": "^16.12.0",
|
|
"react-datepicker": "^2.12.1",
|
|
"react-dom": "^16.12.0"
|
|
}
|
|
}
|