-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "firebase-messaging",
"version": "0.0.1",
"description": "simple firebase messaging web test",
"main": "index.js",
"scripts": {
"build": "npx webpack --config webpack.config.js",
"build:watch": "nodemon --watch src/* --ext js --exec \"yarn build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/OsirisFrik/firebase-messaging.git"
},
"keywords": [
"firebasee",
"javascript",
"push",
"notifications"
],
"author": "OsirisFrik",
"license": "ISC",
"bugs": {
"url": "https://github.com/OsirisFrik/firebase-messaging/issues"
},
"homepage": "https://github.com/OsirisFrik/firebase-messaging#readme",
"dependencies": {
"codemirror": "^5.52.2",
"firebase": "^7.14.0",
"jsoneditor": "^8.6.4"
},
"devDependencies": {
"css-loader": "^3.4.2",
"html-webpack-plugin": "^4.2.0",
"style-loader": "^1.1.3",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
}
}