This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.09 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
{
"name": "availity-mobx-reactstrap-validation",
"version": "0.0.7",
"author": "Tyson Warner <[email protected]>",
"description": "Mobx wrapper lib around availity-reactstrap-validation",
"main": "lib/index.js",
"engines": {
"node": ">= 5.0.0",
"npm": "^3.0.0"
},
"scripts": {
"prebuild": "babel src --out-dir lib",
"build": "cross-env WEBPACK_BUILD=production webpack --progress --colors && webpack --colors",
"lint": "eslint src",
"create-release": "sh ./scripts/release",
"publish-release": "sh ./scripts/publish"
},
"repository": {
"type": "git",
"url": "https://github.com/Availity/availity-mobx-reactstrap-validation.git"
},
"files": [
"LICENSE",
"README.md",
"CHANGELOG.md",
"lib",
"dist"
],
"keywords": [
"forms",
"validation",
"bootstrap",
"react",
"component",
"components",
"react-component",
"availity",
"ui",
"mobx"
],
"contributors": [
"Tyson Warner <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Availity/availity-mobx-reactstrap-validation/issues"
},
"homepage": "https://github.com/Availity/availity-mobx-reactstrap-validation",
"peerDependencies": {
"availity-reactstrap-validation": "^1.4.1 || ^2.0.0-alpha.0",
"mobx-react": "^4.2.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-proto-to-assign": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"conventional-changelog-cli": "^1.3.3",
"conventional-recommended-bump": "^1.0.1",
"cross-env": "^5.0.5",
"eslint": "^4.6.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"webpack": "^3.5.6"
}
}