-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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": "perfecty-push-js-sdk",
"version": "1.0.1",
"description": "Javascript SDK for Perfecty Push",
"main": "app.js",
"scripts": {
"test": "jest",
"build": "webpack --config webpack.prod.config.js",
"start": "webpack serve",
"lint": "npx eslint .",
"watch": "webpack --watch"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "^7.25.9",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"eslint": "^9.17.0",
"eslint-plugin-jest": "^28.10.0",
"eslint-webpack-plugin": "^4.2.0",
"globals": "^15.14.0",
"hosted-git-info": "^8.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"regenerator-runtime": "^0.14.1",
"url-parse": "^1.5.10",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"browserslist": [
"supports push-api and supports serviceworkers"
],
"dependencies": {
"@babel/runtime": "^7.26.0"
}
}