aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 7 insertions, 10 deletions
diff --git a/package.json b/package.json
index 2d907b5..eb5c3a2 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
13 "prepare": "husky install", 13 "prepare": "husky install",
14 "start": "node server.js", 14 "start": "node server.js",
15 "test": "node ace test", 15 "test": "node ace test",
16 "lint": "eslint --quiet --fix ./" 16 "lint": "eslint \"{app,public,start}/**/*.js\" --quiet --fix"
17 }, 17 },
18 "keywords": [ 18 "keywords": [
19 "adonisjs", 19 "adonisjs",
@@ -46,17 +46,14 @@
46 "pg": "^7.18.2", 46 "pg": "^7.18.2",
47 "sqlite3": "^4.1.0", 47 "sqlite3": "^4.1.0",
48 "targz": "^1.0.1", 48 "targz": "^1.0.1",
49 "uuid": "^3.3.3" 49 "uuid": "^8.3.2"
50 }, 50 },
51 "devDependencies": { 51 "devDependencies": {
52 "eslint": "^6.3.0", 52 "eslint": "^7.32.0",
53 "eslint-config-airbnb": "^18.1.0", 53 "eslint-config-airbnb-base": "^14.2.1",
54 "eslint-config-airbnb-base": "^14.1.0", 54 "eslint-plugin-import": "^2.23.4",
55 "eslint-plugin-import": "^2.20.2", 55 "husky": "^7.0.1",
56 "eslint-plugin-jsx-a11y": "^6.2.3", 56 "prettier": "2.3.2"
57 "eslint-plugin-react": "^7.19.0",
58 "eslint-plugin-react-hooks": "^1.7.0",
59 "husky": "^6.0.0"
60 }, 57 },
61 "autoload": { 58 "autoload": {
62 "App": "./app" 59 "App": "./app"