forked from clauderic/react-infinite-calendar
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
137 lines (137 loc) · 4.39 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
{
"name": "react-infinite-calendar",
"version": "1.1.18-adp-custom-4",
"description": "Infinite scrolling date-picker built with React, with localization, themes, keyboard support, and more.",
"author": {
"name": "Clauderic Demers",
"email": "[email protected]"
},
"user": "clauderic",
"homepage": "https://github.com/clauderic/react-infinite-calendar",
"main": "dist/commonjs/index.js",
"jsnext:main": "dist/es6/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/clauderic/react-infinite-calendar.git"
},
"bugs": {
"url": "https://github.com/clauderic/react-infinite-calendar/issues"
},
"keywords": [
"react",
"reactjs",
"react-component",
"infinite",
"calendar",
"endless",
"date",
"date-picker",
"month",
"day",
"year",
"scrolling",
"virtual",
"picker",
"material",
"flat"
],
"scripts": {
"start": "node server.js",
"build": "npm run build:commonjs && npm run build:es6 && npm run build:umd",
"build:commonjs": "npm run clean:commonjs && cross-env BABEL_ENV=commonjs babel src --out-dir dist/commonjs --ignore *.example.js,*.test.js",
"build:es6": "npm run clean:es6 && cross-env BABEL_ENV=es6 BABEL_DISABLE_CACHE=1 babel src --out-dir dist/es6 --ignore *.test.js",
"build:umd": "cross-env NODE_ENV=production webpack --config webpack.config.umd.js && cross-env NODE_ENV=production webpack --config webpack.config.umd.js --minify",
"clean": "npm run clean:umd",
"clean:umd": "rimraf dist/umd",
"clean:es6": "rimraf dist/es6",
"clean:commonjs": "rimraf dist/commonjs",
"test": "cross-env BABEL_ENV=testing karma start --single-run --browsers PhantomJS",
"codecov": "cat coverage/*/lcov.info | codecov"
},
"dependencies": {
"classnames": "^2.1.2",
"dom-helpers": "^2.4.0",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"moment-range": "^2.2.0",
"react-virtualized": "^7.17.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0",
"react-addons-shallow-compare": "^0.14.0 || ^15.0.0"
},
"devDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0",
"react-addons-shallow-compare": "^0.14.0 || ^15.0.0",
"autoprefixer": "^6.3.6",
"babel-cli": "^6.9.0",
"babel-core": "^6.3.15",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.0",
"babel-plugin-css-modules-transform": "^0.1.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-register": "^6.3.13",
"chai": "^3.5.0",
"chai-enzyme": "^0.4.2",
"cheerio": "^0.20.0",
"codecov.io": "^0.1.6",
"cross-env": "^1.0.7",
"css-loader": "^0.23.1",
"enzyme": "^2.3.0",
"eslint": "^2.10.1",
"eslint-config-xo-react": "^0.7.0",
"eslint-plugin-react": "^6.2.0",
"expect": "^1.8.0",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.16.1",
"isparta-loader": "^2.0.0",
"jasmine-core": "^2.4.1",
"jsdom": "^5.6.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.7.0",
"phantomjs-prebuilt": "^2.1.7",
"postcss-loader": "^0.9.1",
"qs": "^6.2.0",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.1.0",
"redux": "^3.5.2",
"rimraf": "^2.5.2",
"sass-loader": "^3.2.0",
"sinon": "^2.0.0-pre",
"stack-source-map": "^1.0.4",
"style-loader": "^0.13.1",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1",
"yargs": "^4.7.1"
},
"xo": {
"esnext": true,
"extends": "xo-react"
}
}