-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.85 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.85 KB
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
{
"name": "web-push-notifications",
"version": "3.53.1",
"description": "Pushwoosh web push notifications",
"main": "npm.js",
"types": "npm.d.ts",
"scripts": {
"build": "webpack",
"build:prod": "cross-env NODE_ENV=production webpack",
"zip": "node scripts/zip.js",
"release": "npm run build:prod && npm run zip",
"start": "cross-env NODE_ENV=development webpack-dev-server --config-name cdn --history-api-fallback",
"check:types": "echo \"Run check:types\" && tsc --project tsconfig.json --skipLibCheck --emitDeclarationOnly false --noEmit",
"check:lint": "echo \"Run check:lint\" && eslint ./src",
"lint:fix": "echo \"Run lint:fix\" && eslint --fix ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pushwoosh/web-push-notifications.git"
},
"keywords": [
"pushwoosh",
"web",
"push",
"notifications"
],
"author": "Pushwoosh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pushwoosh/web-push-notifications/issues"
},
"homepage": "https://github.com/Pushwoosh/web-push-notifications#readme",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@eslint/js": "^9.26.0",
"@stylistic/eslint-plugin": "^5.2.3",
"@types/eslint__js": "^8.42.3",
"@types/node": "^24.0.8",
"archiver": "^7.0.1",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"eslint": "^9.26.0",
"eslint-plugin-import": "^2.31.0",
"html-webpack-plugin": "^5.6.3",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.3.14",
"ts-loader": "^9.5.2",
"tslib": "^2.8.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.31.1",
"webpack": "^5.99.7",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1",
"webpack-merge": "^6.0.1"
}
}