-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 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
{
"name": "react-unveil",
"version": "0.0.2",
"description": "Lightweight and customizable React component that helps save real estate by limiting content height, with the option to expand and hide the content.",
"main": "lib/react-unveil.js",
"repository": "https://github.com/clemmy/react-unveil.git",
"author": "Clement Hoang <[email protected]>",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"test": "",
"clean": "rm -rf lib",
"storybook": "start-storybook -p 9001 -c .storybook",
"build-storybook": "build-storybook -c .storybook -o docs"
},
"dependencies": {},
"devDependencies": {
"@storybook/addon-storysource": "^3.4.8",
"@storybook/react": "^3.4.8",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.1.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rollup": "^0.53.4",
"rollup-plugin-babel": "^3.0.3"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0-0"
}
}