-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
77 lines (77 loc) · 2.12 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
{
"name": "react-components",
"version": "0.19.1",
"description": "ReactJS components",
"author": "Botify <labs@botify.com>",
"scripts": {
"lint:js": "eslint --ext .js --ext .jsx .",
"lint": "npm run lint:js",
"gulp": "gulp",
"start": "gulp server",
"test": "karma start"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git://github.com/botify-labs/react-components.git"
},
"dependencies": {
"classnames": "~2.2.0",
"color": "~0.8.0",
"datatables": "~1.10.6",
"immutable": "~3.7.5",
"jquery": "~1.11.1",
"lodash": "~2.4.1",
"react": "~0.14.1",
"react-addons-test-utils": "^0.14.1",
"react-addons-update": "~0.14.1",
"react-bootstrap": "~0.27.3",
"react-controllables": "~0.6.0",
"react-dom": "~0.14.1",
"venn.js": "botify-labs/venn.js#3307268434935e8e2e61d85677b2c5b6c7b442c1"
},
"devDependencies": {
"autoprefixer-loader": "^1.1.0",
"babel": "^5.1.11",
"babel-core": "^5.1.11",
"babel-eslint": "^4.1.0",
"babel-loader": "^5.0.0",
"bootstrap": "^3.3.2",
"chalk": "^1.0.0",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"eslint": "^1.5.1",
"eslint-config-airbnb": "0.0.9",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.3",
"expect": "^1.6.0",
"exports-loader": "^0.6.2",
"expose-loader": "^0.6.0",
"file-loader": "^0.8.1",
"font-awesome": "^4.1.0",
"gulp": "^3.8.11",
"gulp-bump": "^0.2.2",
"gulp-shell": "^0.4.0",
"gulp-util": "^3.0.4",
"imports-loader": "^0.6.3",
"json-loader": "^0.5.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.6.0",
"loader-utils": "^0.2.6",
"mocha": "^2.2.1",
"react-hot-loader": "^1.1.5",
"sass-loader": "^0.4.1",
"strftime": "^0.8.4",
"style-loader": "^0.8.3",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"webpack-dependency-tree": "^0.0.2",
"webpack-dev-server": "^1.7.0",
"yargs": "^3.5.3"
}
}