UNPKG

1.25 kBJSONView Raw
1{
2 "name": "react-life-design",
3 "version": "1.9.6",
4 "description": "Life Design UI components",
5 "main": "./lib/index.js",
6 "license": "MIT",
7 "private": false,
8 "scripts": {
9 "prepare": "yarn build",
10 "build": "rm -rf ./lib && tsc",
11 "storybook": "start-storybook -p 9001",
12 "semantic-release": "semantic-release"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/brunosantanarj/react-life-design"
17 },
18 "publishConfig": {
19 "registry": "https://registry.npmjs.org"
20 },
21 "dependencies": {
22 "@types/ramda": "^0.26.9",
23 "@types/react": "^16.8.7",
24 "@types/react-dom": "^16.8.2",
25 "@types/react-select": "^2.0.14",
26 "@types/styled-components": "^4.1.12",
27 "moment": "^2.24.0",
28 "ramda": "^0.26.1",
29 "react": "^16.8.4",
30 "react-dom": "^16.8.4",
31 "react-life-design": "^1.7.0",
32 "react-select": "^2.4.2",
33 "styled-components": "^4.1.3",
34 "typescript": "^3.3.3333"
35 },
36 "devDependencies": {
37 "@babel/core": "^7.4.4",
38 "@storybook/react": "^5.0.11",
39 "@types/storybook__react": "^4.0.1",
40 "awesome-typescript-loader": "^5.2.1",
41 "babel-loader": "^8.0.5",
42 "babel-plugin-styled-components": "^1.10.0",
43 "semantic-release": "^15.13.19"
44 }
45}