-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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": "fcm-pwa-next-js",
"version": "1.0.0",
"description": "push notification in pwa using firebase and next js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safeimuslim/FCM-PWA-NEXT-JS.git"
},
"keywords": [
"push",
"notification",
"pwa",
"firebase",
"fcm",
"next",
"js"
],
"author": "Safei Muslim <[email protected]> (http://www.safeimuslim.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/safeimuslim/FCM-PWA-NEXT-JS/issues"
},
"homepage": "https://github.com/safeimuslim/FCM-PWA-NEXT-JS#readme",
"dependencies": {
"express": "^4.16.2",
"firebase": "^4.6.1",
"localforage": "^1.5.3",
"next": "^4.1.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"webpack": "^3.8.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"sw-precache-webpack-plugin": "^0.11.4"
}
}