admin/package.json
2025-05-14 21:42:26 +02:00

42 lines
1.5 KiB
JSON

{
"name": "creobis-admin",
"version": "1.0.0",
"main": "main.js",
"author": "Tho",
"license": "MIT",
"private": true,
"scripts": {
"eslint": "eslint ./node_modules/.bin/eslint src/. --ext .js --fix",
"push": "aws s3 sync --profile workinflex --sse --delete ./dist s3://production.work-in-flex.com/admin",
"push:staging": "aws s3 sync --profile workinflex --sse --delete ./dist s3://staging.work-in-flex.com/admin",
"push:dev": "aws s3 sync --profile workinflex --sse --delete ./dist s3://dev.work-in-flex.com/admin",
"zeus": "zeus https://oxaav8d1i7.execute-api.eu-central-1.amazonaws.com/dev/ ./src/config --ts"
},
"dependencies": {},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.13.7",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.8",
"@typescript-eslint/eslint-plugin": "^1.7.0",
"@typescript-eslint/parser": "^1.7.0",
"babel-eslint": "^10.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-config-airbnb-typescript": "^4.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.14.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"prettier": "^1.18.2",
"prettier-stylelint": "^0.4.2",
"typescript": "^3.4.4"
}
}