-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathpackage.json
94 lines (94 loc) · 2.8 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
{
"name": "react-router-bootstrap",
"version": "0.23.1",
"description": "Integration between React Router and React-Bootstrap",
"files": [
"lib"
],
"main": "./lib/index.js",
"scripts": {
"bower-prepare": "babel-node scripts/bower-prepare.js",
"build": "rimraf lib && babel src -d lib && webpack && webpack -p && npm run bower-prepare",
"lint": "eslint scripts src test *.js",
"release": "release",
"test": "npm run lint && karma start",
"visual-test": "open http://localhost:8080/ && webpack-dev-server --config webpack.visual.config.babel.js"
},
"repository": {
"type": "git",
"url": "[email protected]:react-bootstrap/react-router-bootstrap.git"
},
"keywords": [
"react",
"react-router",
"react-bootstrap"
],
"author": {
"name": "Matt Smith",
"email": "[email protected]"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/react-bootstrap/react-router-bootstrap/issues"
},
"homepage": "https://github.com/react-bootstrap/react-router-bootstrap",
"peerDependencies": {
"react": ">=0.14.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.11.5",
"bootstrap": "^3.3.7",
"chai": "^3.5.0",
"colors": "^1.1.2",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-mocha": "^4.1.0",
"eslint-plugin-react": "^5.2.2",
"file-loader": "^0.9.0",
"history": "^2.1.2",
"html-webpack-plugin": "^2.22.0",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.0.4",
"karma-sinon-chai": "^1.2.3",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.14.0",
"mocha": "^2.5.3",
"react": "^15.2.1",
"react-addons-test-utils": "^15.4.2",
"react-bootstrap": "^0.30.0",
"react-dom": "^15.2.1",
"react-router": "4.0.0-beta.5",
"release-script": "^1.0.2",
"rimraf": "^2.5.4",
"shelljs": "^0.7.2",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.8.1"
},
"release-script": {
"bowerRepo": "[email protected]:react-bootstrap/react-router-bootstrap-bower.git"
}
}