-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.22 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.12.10",
"@babel/eslint-parser": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.12.11",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"eslint": "^7.17.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-webpack-plugin": "^2.4.1",
"hosted-git-info": ">=2.8.9",
"jest": "^26.6.3",
"lodash": ">=4.17.21",
"regenerator-runtime": "^0.13.7",
"url-parse": ">=1.5.0",
"webpack": "^5.95.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.3"
},
"browserslist": [
"supports push-api and supports serviceworkers"
],
"dependencies": {
"@babel/runtime": "^7.13.17"
}
}