-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·182 lines (182 loc) · 6.61 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"_args": [
[
{
"raw": "react-dates@^9.0.0",
"scope": null,
"escapedName": "react-dates",
"name": "react-dates",
"rawSpec": "^9.0.0",
"spec": ">=9.0.0 <10.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\houfycheck"
]
],
"_from": "react-dates@>=9.0.0 <10.0.0",
"_id": "[email protected]",
"_inCache": true,
"_location": "/react-dates",
"_nodeVersion": "5.4.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/react-dates-9.0.0.tgz_1491004348336_0.11592535115778446"
},
"_npmUser": {
"name": "majapw",
"email": "[email protected]"
},
"_npmVersion": "3.9.5",
"_phantomChildren": {},
"_requested": {
"raw": "react-dates@^9.0.0",
"scope": null,
"escapedName": "react-dates",
"name": "react-dates",
"rawSpec": "^9.0.0",
"spec": ">=9.0.0 <10.0.0",
"type": "range"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-dates/-/react-dates-9.0.0.tgz",
"_shasum": "d544071ef0dff34bd84721dbea735cd70ae9b280",
"_shrinkwrap": null,
"_spec": "react-dates@^9.0.0",
"_where": "c:\\xampp\\htdocs\\houfycheck",
"author": {
"name": "Maja Wichrowska",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/airbnb/react-dates/issues"
},
"dependencies": {
"airbnb-prop-types": "^2.4.1",
"array-includes": "^3.0.2",
"classnames": "^2.2.5",
"consolidated-events": "^1.0.1",
"react-moment-proptypes": "^1.3.0",
"react-portal": "^3.0.0",
"svg-react": "^1.0.9",
"svg-react-loader": "^0.3.7",
"webpack": "^2.1.0-beta.22"
},
"description": "A responsive and accessible date range picker component built with React",
"devDependencies": {
"@kadira/react-storybook-addon-info": "^3.3.0",
"@kadira/storybook": "^2.35.3",
"@kadira/storybook-addon-options": "^1.0.2",
"airbnb-js-shims": "^1.0.1",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.4.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-preset-airbnb": "^2.2.0",
"babel-register": "^6.22.0",
"chai": "^3.5.0",
"coveralls": "^2.12.0",
"enzyme": "^2.7.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"git-directory-deploy": "^1.5.1",
"imports-loader": "^0.7.1",
"in-publish": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",
"json-loader": "^0.5.4",
"karma": "^1.4.0",
"karma-chai": "^0.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-sinon": "^1.0.5",
"karma-webpack": "^2.0.3",
"lodash.omit": "^4.5.0",
"mocha": "^3.2.0",
"mocha-wrap": "^2.1.0",
"moment": "^2.17.1 && < 2.18.0",
"node-sass": "^4.4.0",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"prop-types": "^15.6.0",
"react-addons-shallow-compare": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^16.0.0",
"react-svg-loader": "^1.1.1",
"rimraf": "^2.5.4",
"safe-publish-latest": "^1.1.1",
"sass-loader": "^4.1.1",
"sinon": "^2.0.0",
"sinon-sandbox": "^1.0.2",
"style-loader": "^0.16.1",
"webpack": "^2.1.0-beta.21"
},
"directories": {},
"dist": {
"shasum": "d544071ef0dff34bd84721dbea735cd70ae9b280",
"tarball": "https://registry.npmjs.org/react-dates/-/react-dates-9.0.0.tgz"
},
"gitHead": "5385116f100850695b44c5a4ae767ed886e4acd6",
"homepage": "https://github.com/airbnb/react-dates#readme",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "[email protected]"
}
],
"name": "react-dates",
"optionalDependencies": {},
"peerDependencies": {
"moment": "(2.10 - 2.14 || ^2.15.1) && < 2.18.0",
"react": ">=0.14",
"react-dom": ">=0.14",
"react-addons-shallow-compare": ">=0.14"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/airbnb/react-dates.git"
},
"scripts": {
"build": "npm run clean && npm run build:js && npm run build:css && npm run build:svg",
"build:css": "node-sass css/styles.scss lib/css/_datepicker.css",
"build:js": "babel src/ -d lib/ --ignore src/components",
"build:svg": "webpack",
"check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
"check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
"clean": "rimraf lib",
"cover": "npm run cover:clean && npm run cover:mocha && npm run cover:check",
"cover:check": "babel-node ./node_modules/istanbul/lib/cli check-coverage",
"cover:clean": "rimraf coverage",
"cover:mocha": "babel-node ./node_modules/istanbul/lib/cli cover node_modules/mocha/bin/_mocha -- --compilers js:babel-register,jsx:babel-register --require airbnb-js-shims --recursive ./test/_helpers test/**/*",
"gh-pages": "npm run gh-pages:clean && npm run gh-pages:build && npm run gh-pages:copy-public && npm run gh-pages:publish",
"gh-pages:build": "$(npm bin)/build-storybook -o _gh-pages",
"gh-pages:clean": "rimraf _gh-pages",
"gh-pages:copy-public": "cp public/* _gh-pages/$1",
"gh-pages:publish": "$(npm bin)/git-directory-deploy --directory _gh-pages",
"lint": "eslint --ext .js,.jsx src test",
"mocha": "mocha --compilers js:babel-register,jsx:babel-register --require airbnb-js-shims --recursive ./test/_helpers",
"postpublish": "npm run gh-pages",
"postversion": "git commit package.json CHANGELOG.md -m \"Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish --registry=https://registry.npmjs.org/",
"prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish",
"pretest": "npm run --silent lint",
"preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
"storybook": "start-storybook -p 9001 -s ./public",
"tag": "git tag v$npm_package_version",
"test": "npm run tests-only && npm run tests-karma",
"tests-karma": "karma start",
"tests-only": "npm run mocha --silent test",
"version:major": "npm --no-git-tag-version version major",
"version:minor": "npm --no-git-tag-version version minor",
"version:patch": "npm --no-git-tag-version version patch"
},
"engines": {
"node": ">=5.6.0"
}
}