forked from uxcore/uxcore-alert
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.44 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
{
"name": "uxcore-alert",
"version": "0.2.1",
"description": "uxcore-alert component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-alert.git",
"author": "eternaslky",
"main": "build/index.js",
"scripts": {
"dev": "gulp server"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-alert/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-alert",
"Alert",
""
],
"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",
"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-less": "~3.0.3",
"gulp-sourcemaps": "~1.5.2",
"html-wiring": "~1.2.0",
"inquirer": "^0.12.0",
"kuma-base": "^1.0.1",
"react": "~0.14.0",
"react-dom": "~0.14.0",
"uxcore-button": "~0.3.1",
"uxcore-kuma": "~1.1.0",
"webpack": "^1.10.5"
},
"dependencies": {
"classnames": "^2.1.2",
"object-assign": "^4.0.0"
},
"contributors": [],
"license": "MIT"
}