-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 Bytes
/
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
{
"name": "observe-dom-resize",
"version": "1.1.0",
"description": "observe dom resize",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JohnApache/observe-dom-resize.git"
},
"author": "JohnApache",
"license": "MIT",
"bugs": {
"url": "https://github.com/JohnApache/observe-dom-resize/issues"
},
"homepage": "https://github.com/JohnApache/observe-dom-resize#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"rollup": "^1.20.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.5.5"
}
}