-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
130 lines (130 loc) · 4.04 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "react-coreui-component",
"version": "1.0.2",
"description": "Components CoreUI Full for Redux Form",
"main": "dist/react-coreui-component.js",
"jsnext:main": "dist/react-coreui-component.es.js",
"module": "dist/react-coreui-component.es.js",
"scripts": {
"report-coverage": "coveralls < ./coverage/lcov.info",
"test": "cross-env BABEL_ENV=test react-scripts test --env=jsdom",
"cover": "npm test -- --coverage",
"start": "cross-env BABEL_ENV=webpack webpack-dev-server --config ./webpack.dev.config.js --watch",
"build-docs": "cross-env BABEL_ENV=webpack WEBPACK_BUILD=production webpack --config ./webpack.dev.config.js --progress --colors",
"build": "rollup -c",
"prebuild": "cross-env BABEL_ENV=lib-dir babel src --out-dir lib --ignore src/__tests__/",
"postbuild": "node ./scripts/postbuild.js",
"create-release": "npm test && sh ./scripts/release",
"publish-release": "npm test && sh ./scripts/publish",
"lint": "eslint src",
"generate-template": "sh ./template/start"
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/agustinramos/react-coreui-component"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"lib",
"dist",
"template"
],
"keywords": [
"coreui",
"reactstrap",
"bootstrap",
"react",
"reactjs",
"component",
"components",
"react-component",
"ui"
],
"contributors": [],
"author": "Agustin Ramos",
"license": "MIT",
"bugs": {
"url": "https://github.com/agustinramos/react-coreui-component/issues"
},
"dependencies": {
"classnames": "^2.2.5",
"deep-equal": "^1.0.1",
"deepcopy": "^0.6.3",
"jspdf": "^1.3.5",
"jspdf-autotable": "^2.3.2",
"moment": "^2.20.1",
"object-path": "^0.11.4",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"react-bootstrap": "^0.32.0",
"react-csv": "^1.0.11",
"react-day-picker": "^7.0.7",
"react-draggable": "^3.0.5",
"react-dropzone": "^4.2.6",
"react-input-mask": "^1.1.2",
"react-interactive": "^0.8.1",
"react-motion": "^0.5.2",
"react-popout": "^1.0.1",
"react-popper": "^0.7.2",
"react-router-dom": "^4.2.2",
"react-s-alert": "^1.4.0",
"react-scroll-up": "^1.3.3",
"react-sticky": "^6.0.1",
"react-transition-group": "^2.2.0",
"reactstrap": "^4.8.0"
},
"peerDependencies": {
"react": "^0.14.9 || ^15.3.0 || ^16.0.0",
"react-dom": "^0.14.9 || ^15.3.0 || ^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-loader": "^6.2.2",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-app": "^0.2.1",
"bootstrap": "4.0.0-beta.3",
"clean-webpack-plugin": "^0.1.8",
"conventional-changelog-cli": "^1.1.1",
"conventional-recommended-bump": "^0.3.0",
"copy-webpack-plugin": "^3.0.1",
"coveralls": "^2.11.12",
"cross-env": "^2.0.0",
"css-loader": "^0.25.0",
"ejs": "^2.5.1",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"eslint": "^4.1.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-standard": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"history": "^3.0.0",
"holderjs": "^2.9.3",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^5.0.3",
"react-prism": "^4.1.0",
"react-router": "^3.2.0",
"react-scripts": "^1.0.12",
"react-test-renderer": "^16.0.0",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-babel-minify": "^3.1.2",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"static-site-generator-webpack-plugin": "^2.0.1",
"style-loader": "^0.13.1",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
}
}