forked from jquense/react-widgets
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
101 lines (101 loc) · 2.74 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
{
"name": "react-widgets",
"version": "2.8.0",
"description": "An à la carte set of polished, extensible, and accessible inputs built for React",
"main": "lib/index.js",
"author": {
"name": "Jason",
"email": "monastic.panic@gmail.com"
},
"keywords": [
"react",
"widgets",
"dropdown",
"combobox",
"calendar",
"datepicker",
"date picker",
"numberpicker",
"number picker",
"radio group",
"checkbox list",
"multiselect",
"form",
"input",
"react-ui",
"react-component"
],
"scripts": {
"test": "npm run lint && mocha -R spec ./test/server.js && node _test-versions.js",
"test-dev": "mocha -R spec ./test/server.js && karma start karma.conf.js --single-run=true",
"build": "gulp lib",
"docs": "gulp docs",
"docs:watch": "gulp dev-docs",
"lint": "eslint --ext .jsx --ext .js src",
"dist": "gulp dist-build"
},
"homepage": "http://jquense.github.io/react-widgets/docs/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jquense/react-widgets"
},
"dependencies": {
"classnames": "^2.1.2",
"date-arithmetic": "^3.0.0",
"dom-helpers": "^1.3.2",
"globalize": "~0.1.1",
"uncontrollable": "^1.4.0"
},
"devDependencies": {
"babel-core": "^5.8.21",
"babel-eslint": "^3.1.30",
"babel-loader": "^5.3.2",
"babel-plugin-object-assign": "^1.2.1",
"chance": "^0.7.6",
"css-loader": "^0.15.6",
"del": "^1.2.0",
"eslint": "^0.24.1",
"eslint-plugin-react": "^2.7.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.1",
"gulp": "^3.9.0",
"gulp-babel-helpers": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.0.2",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"imports-loader": "^0.6.3",
"jq-release": "*",
"json-loader": "^0.5.2",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.2.0",
"karma-expect": "~1.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sauce-launcher": "^0.2.14",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.5.1",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"marked": "^0.3.5",
"merge-stream": "^0.1.8",
"mocha": "^2.2.5",
"multiline": "^1.0.2",
"node-libs-browser": "^0.5.2",
"phantomjs": "^1.9.17",
"raw-loader": "^0.5.1",
"react": "^0.13.1",
"react-bootstrap": "^0.13.0",
"react-hot-loader": "^1.2.8",
"react-router": "^0.13.2",
"scriptjs": "^2.5.7",
"style-loader": "^0.12.3",
"url-loader": "^0.5.5",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
}
}