forked from jakezatecky/react-dual-listbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 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
{
"name": "react-dual-listbox",
"version": "0.3.3",
"description": "React component for dual listboxes",
"author": "Jake Zatecky",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jakezatecky/react-dual-listbox"
},
"bugs": "https://github.com/jakezatecky/react-dual-listbox/issues",
"main": "lib/index.js",
"scripts": {
"examples": "gulp build-examples && http-server"
},
"peerDependencies": {
"react": "^15.0.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-eslint": "^6.0.0",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.5.0",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.0.3",
"eslint-plugin-react": "^5.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-mocha-phantomjs": "^0.11.0",
"gulp-sass": "^2.1.1",
"gulp-scss-lint": "^0.3.9",
"http-server": "^0.9.0",
"mocha": "^2.4.5",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"webpack": "^1.12.12",
"webpack-stream": "^3.1.0"
}
}