-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "reaction-api-migrations",
"version": "3.11.0",
"type": "module",
"description": "Tracks migration state for all Reaction Platform services",
"author": "Reaction Commerce <[email protected]>",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint ."
},
"dependencies": {
"@reactioncommerce/api-plugin-accounts": "^1.6.0",
"@reactioncommerce/api-plugin-authorization-simple": "^1.3.1",
"@reactioncommerce/api-plugin-email": "^1.1.2",
"@reactioncommerce/api-plugin-tags": "^1.1.5",
"@reactioncommerce/migrator": "^1.1.1",
"graphql": "^15.3.0",
"lodash._baseiteratee": "^4.7.0",
"lodash._baseuniq": "^4.6.0",
"node": "^14.17.4",
"path-parser": "^6.1.0"
},
"devDependencies": {
"@reactioncommerce/eslint-config": "^2.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.3.0"
},
"eslintConfig": {
"extends": "@reactioncommerce"
}
}