-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
107 lines (107 loc) · 2.82 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"scripts": {
"docs": "node run-babel docs/server.js",
"test": "karma start --single-run",
"test-watch": "karma start",
"lint": "eslint src test docs tools webpack karma.conf.js webpack.config.js webpack.docs.js"
},
"name": "reactui",
"description": "A components library for ReactJS. This is part of the Gearz project",
"version": "0.0.7",
"main": "./lib/index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/gearz-lab/react-ui.git"
},
"keywords": [
"reactui",
"react-ui",
"react",
"reactjs",
"javascript"
],
"authors": [
"Andre Pena",
"Miguel Angelo"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gearz-lab/react-ui/issues"
},
"homepage": "https://github.com/gearz-lab/react-ui",
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"babel": "^4.7.0",
"babel-core": "^4.7.4",
"babel-eslint": "^2.0.2",
"babel-loader": "^4.1.0",
"bootstrap": "^3.3.4",
"brfs": "^1.4.0",
"chai": "^2.2.0",
"child-process-promise": "^1.0.1",
"client-loader": "0.0.1",
"codemirror": "^5.0.0",
"colors": "^1.0.3",
"css-loader": "^0.9.1",
"css-mqpacker": "^3.1.0",
"cssgrace": "^2.0.2",
"cssnext": "^1.3.0",
"csswring": "^3.0.3",
"del": "^1.1.1",
"es5-shim": "^4.1.0",
"eslint": "^0.18.0",
"eslint-plugin-react": "^2.0.2",
"express": "^4.12.3",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.1",
"fs-extra": "^0.18.0",
"fs-extra-promise": "^0.1.0",
"fs-promise": "^0.3.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-less": "^3.0.3",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.0",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^4.0.1",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"js-beautify": "^1.5.5",
"json-loader": "^0.5.1",
"karma": "~0.12.32",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "~0.1.1",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "~0.1.1",
"karma-sinon": "^1.0.3",
"karma-sourcemap-loader": "^0.3.4",
"karma-webpack": "^1.5.0",
"less": "^2.4.0",
"less-loader": "^2.1.0",
"lodash": "^3.5.0",
"mocha": "^2.2.1",
"postcss": "^4.1.5",
"react": "^0.13.1",
"react-bootstrap": "^0.20.3",
"react-router": "^0.13.1",
"rf-changelog": "^0.4.0",
"rimraf": "^2.3.2",
"rimraf-promise": "^1.0.0",
"semver": "^4.3.1",
"sinon": "^1.10.3",
"style-loader": "^0.9.0",
"transform-loader": "^0.2.1",
"webpack": "^1.7.2",
"webpack-dev-middleware": "^1.0.11",
"yargs": "^3.5.4"
},
"dependencies": {
"classnames": "^1.1.4"
}
}