forked from Lobos/react-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.08 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
{
"name": "rctui",
"author": "[email protected]",
"version": "0.5.1",
"description": "a collection of components for React",
"main": "./src/index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha --compilers js:babel/register",
"dev": "node devServer.js",
"build": "NODE_ENV=production webpack --config webpack.config.docs.js"
},
"keywords": [
"react ui",
"react-ui",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/Lobos/react-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lobos/react-ui/issues"
},
"browserify": {
"transform": [
[
"reactify",
"babelify",
{
"es6": true
}
]
]
},
"dependencies": {
"classnames": "^2.1.3",
"pubsub-js": "^1.5.2"
},
"devDependencies": {
"MD5": "^1.2.2",
"babel": "^5.5.8",
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.26",
"babel-loader": "^5.1.3",
"babel-plugin-react-transform": "~1.1.1",
"chai": "^3.0.0",
"css-loader": "^0.14.4",
"es5-shim": "^4.1.6",
"eslint": "^0.22.1",
"eslint-loader": "^0.12.0",
"eslint-plugin-react": "^2.5.0",
"express": "~4.13.3",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.4",
"history": "^1.8.4",
"jszip": "^2.5.0",
"koa": "^0.21.0",
"koa-body": "^1.2.1",
"koa-router": "^5.1.2",
"koa-static": "^1.4.9",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"material-design-iconic-font": "^2.1.1",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"object-assign": "^4.0.1",
"purecss": "^0.6.0",
"qwest": "^1.7.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-router": "1.0.0-rc3",
"react-transform-catch-errors": "~1.0.0",
"react-transform-hmr": "~1.0.1",
"redbox-react": "~1.1.1",
"stats-webpack-plugin": "^0.1.1",
"style-loader": "^0.12.3",
"underscore": "^1.8.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.10",
"webpack-dev-middleware": "~1.2.0",
"webpack-hot-middleware": "~2.4.1"
}
}