-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.59 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "strapi-plugin-notification-expo",
"version": "1.0.0-beta.5",
"description": "(Non-official) Expo notification for Strapi",
"keywords": [
"strapi",
"plugin",
"notification",
"expo"
],
"strapi": {
"name": "Notification",
"icon": "bell",
"description": "(Non-official) Expo notification for Strapi"
},
"scripts": {
"test": "mocha",
"lint": "eslint .",
"coverage": "nyc npm run test"
},
"author": {
"name": "Vanessa Pasque",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Vanessa Pasque",
"email": "[email protected]"
}
],
"dependencies": {
"dayjs": "^1.10.4",
"expo-server-sdk": "3.6.0",
"lodash": "^4.17.20",
"node-schedule": "^2.0.0",
"strapi-utils": "^3.5.0"
},
"engines": {
"node": ">=10.16.0 <=14.x.x",
"npm": ">=6.0.0"
},
"homepage": "https://github.com/Lith/strapi-plugin-notification-expo#readme",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^10.1.0",
"codecov": "^3.8.1",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-redux-saga": "^1.2.1",
"mocha": "^8.3.0",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"redux-saga": "^1.1.3"
}
}