-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "react-choice",
"version": "0.4.3",
"description": "A React based customisable select box",
"main": "dist/index.js",
"author": "Jonathan Kim <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/onefinestay/react-choice"
},
"bugs": {
"url": "https://github.com/onefinestay/react-choice/issues"
},
"license": "Apache 2.0",
"peerDependencies": {
"react": ">=0.12.0"
},
"dependencies": {
"lodash": "^2.4.1",
"sifter": "^0.4.1"
},
"devDependencies": {
"babel": "^5.2.16",
"babel-core": "^5.2.6",
"babel-loader": "^5.0.0",
"brfs": "^1.2.0",
"gulp": "^3.8.9",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^5.1.0",
"gulp-connect": "^2.0.6",
"gulp-ext-replace": "^0.1.0",
"gulp-gh-pages": "^0.4.0",
"gulp-sass": "^1.2.2",
"gulp-util": "^3.0.1",
"gulp-watch": "^2.0.0",
"gulp-webpack": "^1.4.0",
"object.assign": "^1.1.1",
"transform-loader": "^0.2.1",
"webpack": "^1.5.3"
}
}