ktvmanager/package.json

29 lines
681 B
JSON
Raw Normal View History

2021-02-04 16:57:45 +00:00
{
2021-02-06 16:33:42 +00:00
"name": "react-backend",
"version": "0.0.0",
"private": true,
2021-02-04 16:57:45 +00:00
"scripts": {
2021-02-06 16:33:42 +00:00
"start": "node ./bin/www"
2021-02-04 16:57:45 +00:00
},
"dependencies": {
2021-11-16 17:37:04 +00:00
"apache-api": "^1.2.5",
2021-09-20 19:30:47 +00:00
"axios": "^0.21.4",
2021-09-23 13:54:01 +00:00
"axios-cookiejar-support": "^2.0.0",
2021-02-16 13:58:46 +00:00
"bcrypt": "^5.0.0",
"cryptr": "^6.0.2",
2021-11-16 17:37:04 +00:00
"deepdash": "^5.3.9",
2021-11-19 14:44:08 +00:00
"dotenv": "^10.0.0",
2021-02-06 16:33:42 +00:00
"express": "~4.16.1",
2021-02-13 16:23:30 +00:00
"express-basic-auth": "^1.2.0",
"got": "^11.8.1",
2021-02-06 16:33:42 +00:00
"http-errors": "~1.6.3",
2021-11-16 17:37:04 +00:00
"lodash": "^4.17.21",
"obj-traverse": "^1.0.0",
2021-09-20 10:57:49 +00:00
"request": "^2.88.2",
2021-09-23 13:54:01 +00:00
"sync-mysql": "^3.0.1",
2021-09-23 15:26:24 +00:00
"tor-axios": "^1.0.9",
2021-11-16 17:37:04 +00:00
"tough-cookie": "^4.0.0",
"yourls": "git+https://github.com/karl0ss/node-yourls.git"
2021-02-04 16:57:45 +00:00
}
}