Added product admin features

This commit is contained in:
Niklas Fondberg
2021-07-26 10:35:52 +02:00
committed by GitHub
parent 32adee1bf4
commit d17df41d86
38 changed files with 1613 additions and 381 deletions
+7 -7
View File
@@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"apollo-datasource": "^0.9.0",
"apollo-datasource-rest": "^0.14.0",
"apollo-datasource-rest": "^3.0.0",
"apollo-server": "^2.25.2",
"async-redis": "^2.0.0",
"axios": "^0.21.1",
@@ -23,26 +23,26 @@
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.5",
"knex-stringcase": "^1.4.5",
"nodemon": "^2.0.9",
"nodemon": "^2.0.12",
"pg": "^8.6.0",
"pg-hstore": "^2.3.4",
"prettier": "^2.3.2",
"stringcase": "^4.3.1",
"ts-node": "^10.0.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"util": "^0.12.4",
"validator": "^13.6.0"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.0.6",
"testcontainers": "^7.11.1",
"testcontainers": "^7.12.2",
"ts-jest": "^27.0.3"
}
}