-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.4 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
{
"name": "sanity-plugin-onesignal",
"version": "1.0.4",
"description": ".",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sanipack build",
"watch": "sanipack build --watch",
"prepublishOnly": "sanipack build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lanson2232/sanity-onesignal.git"
},
"keywords": [
"sanity",
"sanity plugin",
"onesignal",
"push notifications",
"notification",
"web notification"
],
"author": "Bünyamin Öztürk <[email protected]>",
"license": "ISC",
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-sanity": "5.1.0",
"eslint-plugin-react": "^7.23.2",
"prettier": "^2.3.0",
"sanipack": "^2.0.1"
},
"peerDependencies": {
"@sanity/base": "^2.21.5",
"react": "^17.0.0"
},
"prettier": {
"semi": false,
"printWidth": 100,
"bracketSpacing": false,
"singleQuote": true
},
"eslintConfig": {
"parser": "sanipack/babel/eslint-parser",
"extends": [
"sanity",
"sanity/react",
"prettier",
"prettier/react"
]
},
"bugs": {
"url": "https://github.com/Lanson2232/sanity-onesignal/issues"
},
"homepage": "https://github.com/Lanson2232/sanity-onesignal#readme",
"dependencies": {
"axios": "^0.26.1",
"sanity-secrets": "^0.1.0"
}
}