forked from quri/react-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 3.53 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
{
"name": "react-bootstrap-datetimepicker",
"version": "0.0.22",
"description": "A bootstrap datetime picker component for React.js",
"homepage": "https://github.com/olioapps/react-bootstrap-datetimepicker",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/olioapps/react-bootstrap-datetimepicker.git"
},
"main": "./lib/DateTimeField.js",
"scripts": {
"build-npm": "babel --stage 0 ./src -d ./lib --ignore __tests__/*",
"build": "NODE_ENV=production webpack --output-file react-bootstrap-datetimepicker.js",
"build-min": "NODE_ENV=production COMPRESS=1 webpack --output-file react-bootstrap-datetimepicker.min.js",
"examples": "webpack-dev-server --config ./examples/webpack.config.js",
"test": "jest",
"lint": "eslint ."
},
"keywords": [
"react",
"react-component",
"bootstrap",
"datetimepicker",
"datetime"
],
"author": {
"name": "Loïc CHOLLIER",
"email": "[email protected]"
},
"license": "MIT",
"peerDependencies": {
"react": ">=0.14"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"core-js/.*",
"<rootDir>/node_modules/react",
"babel",
"<rootDir>/node_modules/babel",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils",
"<rootDir>/node_modules/fbjs"
],
"setupEnvScriptFile": "<rootDir>/jestEnvironment.js",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
],
"testPathDirs": [
"src/"
]
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.6.17",
"babel-eslint": "^3.1.23",
"babel-jest": "^5.3.0",
"babel-loader": "^5.3.1",
"envify": "~3.2.0",
"eslint": "^0.24.1",
"eslint-plugin-jasmine": "^1.1.0",
"eslint-plugin-react": "^2.7.0",
"grunt": "~0.4.2",
"grunt-amd-wrap": "^1.0.1",
"grunt-browserify": "~1.3.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-react": "~0.10.0",
"grunt-shell": "~0.6.4",
"html-webpack-plugin": "^1.1.0",
"jest-cli": "^0.5.0",
"jsx-loader": "^0.12.2",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.2",
"react-dom": "^0.14.2",
"requirejs": "~2.1.9",
"webpack": "^1.5.1",
"webpack-cli": "^2.1.4",
"webpack-dev-server": "^1.7.0"
},
"dependencies": {
"babel-runtime": "^5.6.18",
"classnames": "^2.1.2",
"moment": "^2.8.2"
},
"gitHead": "17fdec83b6f4c038faca04ee1368d23a405fa4ca",
"bugs": {
"url": "https://github.com/olioapps/react-bootstrap-datetimepicker/issues"
},
"_id": "[email protected]",
"_shasum": "07e448d993157d049ad0876d0f9a3c9c5029d9c5",
"_from": "react-bootstrap-datetimepicker@>=0.0.22 <0.0.23",
"_npmVersion": "3.3.6",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "chollier",
"email": "[email protected]"
},
"maintainers": [
{
"name": "chollier",
"email": "[email protected]"
}
],
"dist": {
"shasum": "07e448d993157d049ad0876d0f9a3c9c5029d9c5",
"tarball": "https://registry.npmjs.org/react-bootstrap-datetimepicker/-/react-bootstrap-datetimepicker-0.0.22.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/react-bootstrap-datetimepicker/-/react-bootstrap-datetimepicker-0.0.22.tgz"
}