forked from tinper-bee/bee-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.71 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.71 KB
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
{
"name": "bee-switch",
"version": "0.0.3",
"description": "switch ui component for react",
"keywords": [
"react",
"react-component",
"react-switch",
"iuap-design",
"neoui-react",
"switch"
],
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/tinper-bee/switch",
"author": "",
"repository": "http://github.com/tinper-bee/switch",
"bugs": "https://github.com/tinper-bee/switch/issues",
"license": "MIT",
"main": "./build/index",
"config": {
"port": 8000
},
"scripts": {
"dev": "gulp server",
"lint": "./node_modules/.bin/eslint src",
"test": "./node_modules/.bin/mocha --compilers js:babel-core/register --require ./test/setup.js"
},
"dependencies": {
"classnames": "^2.2.5",
"tinper-bee-core": "*"
},
"devDependencies": {
"babel": "~6.3.26",
"babel-core": "~6.4.0",
"babel-loader": "~6.2.1",
"babel-plugin-add-module-exports": "~0.1.2",
"babel-preset-es2015": "~6.3.13",
"babel-preset-es2015-loose": "~7.0.0",
"babel-preset-react": "~6.3.13",
"babel-preset-stage-1": "~6.3.13",
"browser-sync": "~2.11.0",
"colors": "^1.1.2",
"console-polyfill": "~0.2.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^0.1.1",
"eslint-plugin-react": "^5.2.2",
"cross-spawn": "^2.1.5",
"es3ify-loader": "~0.1.0",
"es5-shim": "~4.1.10",
"gulp": "~3.9.0",
"gulp-babel": "~6.1.1",
"gulp-concat": "~2.6.0",
"gulp-es3ify": "0.0.0",
"gulp-just-replace": "~1.0.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "~1.5.2",
"html-wiring": "~1.2.0",
"inquirer": "^0.12.0",
"react": "~0.14.0",
"jsdom": "^9.6.0",
"react-addons-test-utils": "^15.3.2",
"react-dom": "~0.14.0",
"webpack": "^1.10.5",
"mocha": "^3.1.0",
"enzyme": "^2.4.1",
"chai": "^3.5.0"
}
}