-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "height-transition",
"version": "0.2.1",
"description": "Simple height transition for collapse elements.",
"main": "./dist/heightTransition.js",
"umd:main": "dist/heightTransition.umd.js",
"module": "dist/heightTransition.umd.m.js",
"files": [
"dist"
],
"author": "Metin Süt <[email protected]>",
"homepage": "https://github.com/metinsut/height-transition",
"keywords": [
"react",
"hooks",
"height",
"transition",
"height-transition"
],
"scripts": {
"start": "parcel ./example/index.html --out-dir exampleDist",
"build": "microbundle --jsx React.createElement"
},
"peerDependencies": {
"react": ">=16.8.4"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"microbundle": "^0.11.0",
"parcel-bundler": "^1.12.0",
"react": "^16.8.4",
"react-dom": "^16.8.4"
}
}