forked from react-bootstrap/react-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.49 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
{
"name": "react-bootstrap",
"version": "0.21.0",
"description": "Bootstrap 3 components build with React",
"repository": {
"type": "git",
"url": "react-bootstrap/react-bootstrap"
},
"homepage": "http://react-bootstrap.github.io/",
"scripts": {
"build": "node run-babel tools/build.js",
"test-watch": "karma start",
"test": "karma start --single-run && npm run lint && npm run build",
"lint": "eslint src test docs ie8 tools webpack karma.conf.js webpack.config.js webpack.docs.js",
"docs-build": "node run-babel tools/build.js --docs-only",
"docs": "node run-babel docs/server.js",
"docs-prod": "webpack --config webpack.docs.js -p --progress && NODE_ENV=production node run-babel docs/server.js",
"ie8": "node run-babel ie8/server.js"
},
"main": "lib/index.js",
"directories": {
"lib": "lib/"
},
"keywords": [
"react",
"ecosystem-react",
"react-component",
"bootstrap"
],
"author": "Stephen J. Collings <stevoland@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=0.13"
},
"devDependencies": {
"babel": "^5.1.10",
"babel-core": "^5.1.10",
"babel-eslint": "^3.0.1",
"babel-loader": "^5.0.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.11.0",
"es5-shim": "^4.1.0",
"eslint": "^0.19.0",
"eslint-plugin-react": "^2.1.0",
"express": "^4.12.3",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.1",
"fs-extra": "^0.18.0",
"fs-promise": "^0.3.1",
"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",
"react": "^0.13.1",
"react-router": "^0.13.1",
"rf-changelog": "^0.4.0",
"rimraf": "^2.3.2",
"semver": "^4.3.1",
"sinon": "^1.10.3",
"style-loader": "^0.11.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"
}
}