This repository has been archived by the owner on Apr 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@lorikeet/ui",
"version": "1.0.0",
"repository": "github:lorikeetui/lorikeet",
"main": "dist/index.cjs.js",
"license": "MIT",
"module": "dist/index.esm.js",
"files": [
"LICENSE",
"README.md",
"bin/",
"dist/"
],
"bin": {
"lorikeet": "./bin/lorikeet"
},
"scripts": {
"build": "rollup --config",
"dev": "rollup --config --watch",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"peerDependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-spring": "^7.2.2",
"styled-components": ">=4.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"arg": "^4.1.0",
"babel-cli": "^6.26.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-react-display-name": "^6.25.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-2": "^6.24.1",
"command-exists": "^1.2.8",
"docz": "^0.13.7",
"docz-theme-default": "^0.13.7",
"prettier": "^1.15.3",
"react": "^16.7.0-alpha.2",
"react-dom": "^16.7.0-alpha.2",
"react-spring": "^7.2.2",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-progress": "^0.4.0",
"rollup-plugin-url": "^2.1.0",
"styled-components": "^4.1.3"
},
"dependencies": {
"date-fns": "2.0.0-alpha.22",
"lodash-es": "^4.17.11",
"onecolor": "^3.0.5",
"prop-types": "^15.6.0",
"react-blockies": "^1.4.0",
"react-display-name": "^0.2.3",
"react-media": "^1.9.2",
"react-onclickout": "^2.0.8",
"recursive-copy": "^2.0.9"
}
}