This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
147 lines (147 loc) · 4.44 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "react-block-ui",
"version": "1.3.6",
"author": "Evan Sharp <[email protected]>",
"description": "Block UI for react",
"main": "dist/reactblockui.cjs.js",
"jsnext:main": "dist/reactblockui.es.js",
"module": "dist/reactblockui.es.js",
"style": "style.css",
"types": "dist/reactblockui.d.ts",
"engines": {
"node": ">= 5.0.0",
"npm": ">= 3.0.0"
},
"scripts": {
"coveralls": "coveralls < ./__test__/coverage/lcov.info",
"test:coverage": "cross-env NODE_ENV=test nyc mocha-webpack",
"test": "cross-env NODE_ENV=test mocha-webpack && npm run cleanup",
"test:watch": "cross-env NODE_ENV=test mocha-webpack --watch && npm run cleanup",
"cleanup": "rimraf .nyc_output .tmp",
"start": "cross-env BABEL_ENV=webpack webpack-dev-server --config ./webpack.dev.config.js --watch",
"build:docs": "cross-env NODE_ENV=production BABEL_ENV=webpack webpack --config ./webpack.dev.config.js --colors",
"build": "cross-env NODE_ENV=production rollup -c && copyfiles -f src/style.css src/reactblockui.d.ts dist",
"prebuild": "cross-env NODE_ENV=production BABEL_ENV=webpack babel src --out-dir lib && copyfiles -f src/style.css lib && copyfiles -f src/style.css .",
"create-release": "npm test && sh ./scripts/release",
"publish-release": "npm test && sh ./scripts/publish"
},
"repository": {
"type": "git",
"url": "https://github.com/Availity/react-block-ui.git"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"lib",
"dist",
"redux.js",
"reduxMiddleware.js",
"style.css"
],
"keywords": [
"availity",
"loader",
"blockui",
"redux",
"react",
"component",
"components",
"react-component",
"ui"
],
"contributors": [
"Evan Sharp <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Availity/react-block-ui/issues"
},
"homepage": "https://github.com/Availity/react-block-ui",
"dependencies": {
"prop-types": "^15.6.2"
},
"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.10.1",
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.2.5",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.14",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-app": "^3.1.2",
"babel-register": "^6.11.6",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"cheerio": "^0.22.0",
"clean-webpack-plugin": "^0.1.19",
"conventional-changelog-cli": "^1.3.22",
"conventional-recommended-bump": "^1.2.1",
"copy-webpack-plugin": "^4.5.2",
"copyfiles": "^1.0.0",
"coveralls": "^2.13.3",
"cross-env": "^4.0.0",
"css-loader": "^0.28.11",
"ejs": "^2.6.1",
"enzyme": "^2.8.2",
"eslint": "^3.3.1",
"eslint-config-availity": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^6.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"history": "^2.0.0",
"jsdom": "^9.4.2",
"json-loader": "^0.5.4",
"loaders.css": "^0.1.2",
"mocha": "^3.5.3",
"mocha-webpack": "^0.7.0",
"nyc": "^10.2.0",
"raw-loader": "^0.5.1",
"react": "^15.6.2",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^15.6.2",
"react-helmet": "^5.0.3",
"react-highlight": "^0.9.0",
"react-loaders": "^2.6.1",
"react-prism": "^4.3.2",
"react-redux": "^5.0.7",
"react-router": "^2.0.1",
"react-test-renderer": "^15.6.2",
"react-transition-group": "^1.2.1",
"reactstrap": "^4.8.0",
"redux": "^3.5.2",
"rimraf": "^2.6.2",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-babel-minify": "^3.1.0",
"rollup-plugin-commonjs": "^8.4.1",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^1.1.1",
"sinon": "^2.1.0",
"sinon-chai": "^2.14.0",
"static-site-generator-webpack-plugin": "^3.4.1",
"style-loader": "^0.16.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
},
"nyc": {
"include": [
"src/**/*.js"
],
"reporter": [
"lcov",
"html",
"text-summary"
],
"sourceMap": false,
"instrument": false,
"report-dir": "./__test__/coverage"
}
}