You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "scraping-tool-poc",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@git.cryto.net:joepie91/scraping-tool-poc.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"dependencies": {
|
|
"@joepie91/express-react-views": "^1.0.1",
|
|
"bhttp": "^1.2.4",
|
|
"bluebird": "^3.5.5",
|
|
"body-parser": "^1.19.0",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"dataprog": "^0.1.0",
|
|
"debounce": "^1.2.0",
|
|
"default-value": "^1.0.0",
|
|
"express": "^4.17.1",
|
|
"express-session": "^1.16.2",
|
|
"morgan": "^1.9.1",
|
|
"nanoid": "^2.0.3",
|
|
"rewrite-css-urls": "^1.0.4",
|
|
"tough-cookie": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/preset-env": "^7.5.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^16.5.0",
|
|
"chokidar": "^3.0.2",
|
|
"document-ready-promise": "^3.0.1",
|
|
"nodemon": "^1.19.1",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"tiny-lr": "^1.1.1",
|
|
"watchify-middleware": "^1.8.2"
|
|
},
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development yarn nodemon --ignore src/injector app.js"
|
|
}
|
|
}
|