-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "Purrer",
"version": "1.0.0",
"description": "A simple service worker based web push notification service.",
"scripts": {
"build": "node build.js"
},
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^5.0.0-alpha.12",
"@material-ui/icons": "^5.0.0-alpha.11",
"babel-loader": "^8.1.0",
"html-webpack-plugin": "^4.5.0",
"idb": "^5.0.7",
"mongodb": "^3.6.2",
"react": "0.0.0-experimental-4ead6b530",
"react-dom": "0.0.0-experimental-4ead6b530",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"realm-web": "^1.0.0-rc.1",
"web-push": "^3.4.4",
"webpack": "^4.44.2"
},
"engines": {
"node": ">=12"
},
"browserslist": [
">1%",
"not dead",
"not ie 11",
"not op_mini all"
],
"webpackMode": "production",
"repository": {
"url": "https://github.com/KittenApps/Purrer"
},
"license": "MIT",
"keywords": [
"web-push"
]
}