-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
46
47
{
"private": true,
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/runtime": "^7.8.3",
"ava": "^2.4.0",
"babel-plugin-jsx-pragmatic": "^1.0.2",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"babelify": "^10.0.0",
"babylon": "^6.18.0",
"browser-pack-flat": "^3.4.2",
"browserify": "^16.5.0",
"bundlesize": "^0.18.0",
"common-shakeify": "^0.6.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-xo": "^0.27.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-unicorn": "^15.0.1",
"exorcist": "^1.0.1",
"jsdom": "^16.0.0",
"lerna": "^3.20.2",
"node-fetch": "^2.6.0",
"prettier": "^1.19.1",
"sinon": "^8.1.0",
"uglify-js": "^3.7.5"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"test": "ava",
"lint": "eslint ."
},
"engines": {
"node": ">= 10.0.0",
"yarn": ">= 1.0.0"
},
"workspaces": [
"packages/*"
],
"name": "xmpp-plugins"
}