forked from jquense/react-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.62 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
{
"name": "react-widgets",
"version": "3.5.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 && npm run test:all",
"test:all": "mocha -R spec ./test/server.js && karma start karma.conf.js --single-run=true",
"tdd": "karma start",
"lint": "eslint src test --ext .jsx --ext .js",
"to-sass": "node ./build/lessToSass.js",
"less": "lessc -x src/less/react-widgets.less dist/css/react-widgets.css",
"styles": "cpy src/less/* lib/less/ && npm run to-sass",
"assets:lib": "cpy src/img/* lib/img/ && cpy src/fonts/* lib/fonts/",
"assets:dist": "cpy src/img/* dist/img/ && cpy src/fonts/* dist/fonts/",
"clean:lib": "rimraf ./lib/*",
"clean:dist": "rimraf ./dist/*",
"clean:docs": "rimraf ./docs/public/*",
"compile:lib": "babel src --out-dir lib",
"compile:docs": "webpack --config build/docs.config.js --production",
"compile:dist": "webpack --config build/browser.config.js",
"compile:locale": "webpack --config build/localizers.config.js",
"build:lib": "npm run clean:lib && npm run compile:lib && npm run styles && npm run assets:lib",
"build:docs": "npm run clean:docs && npm run compile:docs",
"build:dist": "npm run clean:dist && npm run compile:dist & npm run compile:locale && npm run less && npm run assets:dist",
"build": "npm run build:lib && npm run build:dist",
"docs": "npm run clean:docs && webpack-dev-server --config ./build/docs.config.js --hot",
"dev": "webpack-dev-server --config ./build/dev.config.js --hot",
"release": "release",
"alpha": "release --preid alpha --tag next",
"beta": "release --preid beta --tag next"
},
"homepage": "http://jquense.github.io/react-widgets/docs/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jquense/react-widgets"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},
"dependencies": {
"classnames": "^2.1.2",
"create-react-class": "^15.5.3",
"date-arithmetic": "^3.0.0",
"dom-helpers": "^2.2.4",
"invariant": "^2.1.0",
"loose-envify": "^1.2.0",
"prop-types": "^15.5.0",
"uncontrollable": "^4.0.0",
"warning": "^2.0.0"
},
"optionalDependencies": {
"deconstruct-number-format": "0.0.1",
"format-number-with-string": "0.0.2"
},
"devDependencies": {
"@monastic.panic/component-playground": "^2.0.0",
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-jason": "^1.0.1",
"bill": "^3.2.2",
"chance": "^1.0.1",
"cpy-cli": "^1.0.0",
"css-loader": "^0.23.1",
"es5-shim": "^4.4.1",
"eslint": "^1.10.3",
"eslint-plugin-mocha": "^1.1.0",
"eslint-plugin-react": "^4.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.1",
"glob": "^7.0.5",
"globalize": "^0.1.x",
"imports-loader": "^0.6.4",
"json-loader": "^0.5.3",
"karma": "^0.13.3",
"karma-chrome-launcher": "^0.2.1",
"karma-expect": "~1.1.0",
"karma-jsdom-launcher": "^3.0.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^2.0.0",
"karma-sauce-launcher": "^0.3.1",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"less2sass": "^1.0.2",
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"mocha": "^2.3.4",
"moment": "^2.10.6",
"mt-changelog": "^0.6.2",
"node-libs-browser": "^1.0.0",
"output-file-sync": "^1.1.1",
"prismjs": "^1.2.0",
"raw-loader": "^0.5.1",
"react": "^15.2.0",
"react-addons-test-utils": "^15.5.1",
"react-bootstrap": "^0.29.0-0",
"react-dom": "^15.2.0",
"react-router": "2.0.1",
"release-script": "^1.0.2",
"rimraf": "^2.4.2",
"scriptjs": "^2.5.8",
"sinon": "^1.17.2",
"style-loader": "^0.13.1",
"teaspoon": "^6.4.1",
"url-loader": "^0.5.5",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1",
"yargs": "^4.4.0"
},
"browserify": {
"transform": [
"loose-envify"
]
}
}