UNPKG

1.65 kBJSONView Raw
1{
2 "name" : "bootstrap-react-components",
3 "version" : "0.16.0",
4 "description" : "Bootstrap components for react.",
5 "main" : "./distribution/index.js",
6 "scripts" : {
7 "build" : "babel src --presets babel-preset-es2015 --out-dir distribution",
8 "prepublish" : "npm run build",
9 "test" : "babel-node runSpecs.js"
10 },
11 "repository" : {
12 "type" : "git",
13 "url" : "git+https://github.com/JimBarrows/Bootstrap-React-Components.git"
14 },
15 "author" : {
16 "name" : "Jim Barrows",
17 "email" : "Jim.Barrows@gmail.com"
18 },
19 "license" : "Apache-2.0",
20 "bugs" : {
21 "url" : "https://github.com/JimBarrows/Bootstrap-React-Components/issues"
22 },
23 "homepage" : "https://github.com/JimBarrows/Bootstrap-React-Components#readme",
24 "peerDependencies" : {},
25 "dependencies" : {
26 "bootstrap" : "^3.3.7",
27 "css-loader" : "^0.25.0",
28 "draft-js" : "^0.9.1",
29 "file-loader" : "^0.9.0",
30 "font-awesome" : "^4.7.0",
31 "moment" : "^2.14.1",
32 "react-datetime" : "^2.6.0",
33 "react-rte" : "^0.11.0",
34 "style-loader" : "^0.13.1",
35 "url-loader" : "^0.5.7"
36 },
37 "devDependencies" : {
38 "react" : "^15.3.2",
39 "react-dom" : "^15.3.2",
40 "babel-cli" : "^6.10.1",
41 "babel-core" : "^6.10.4",
42 "babel-loader" : "^6.2.4",
43 "babel-plugin-add-module-exports" : "^0.2.1",
44 "babel-plugin-react-html-attrs" : "^2.0.0",
45 "babel-plugin-transform-class-properties" : "^6.11.5",
46 "babel-plugin-transform-decorators-legacy" : "^1.3.4",
47 "babel-polyfill" : "^6.9.1",
48 "babel-preset-es2015" : "^6.9.0",
49 "babel-preset-react" : "^6.11.1",
50 "babel-preset-stage-2" : "^6.11.0",
51 "babel-plugin-transform-react-jsx" : "^6.8.0",
52 "webpack" : "^1.13.1",
53 "webpack-dev-server" : "^1.14.1"
54 }
55}