UNPKG

3.71 kBJSONView Raw
1{
2 "name": "bootstrap-react-components",
3 "version" : "1.0.1",
4 "description": "Bootstrap components for react.",
5 "main": "./distribution/index.js",
6 "scripts": {
7 "build": "babel src --out-dir distribution",
8 "build:docker": "cd features/support;docker build --tag bootstrap-react-components-test --rm .",
9 "dev:src": "watch 'babel src --out-dir features/support/html/js' ./src",
10 "dev:harness": "webpack --progress --colors --watch -d --config features/support/webpack.config.js",
11 "dev:host:start": "docker run --rm -p 80:80 --name bootstrap-react-components-test-host -d -v $PWD/features/support/html:/usr/share/nginx/html bootstrap-react-components-test",
12 "dev:host:stop": "docker stop bootstrap-react-components-test-host",
13 "prepublish": "npm run build",
14 "test:host:start": "docker run --rm -p 80:80 --name bootstrap-react-components-test-host -d -v $PWD/features/support/html:/usr/share/nginx/html bootstrap-react-components-test",
15 "test:host:stop": "docker stop bootstrap-react-components-test-host",
16 "test:src": "babel src --out-dir features/support/html/js",
17 "test:harness": "webpack --progress --colors -d --config features/support/webpack.config.js",
18 "test:behavior": "cucumber-js --compiler es6:babel-core/register",
19 "test": "npm run test:host:start; npm run test:src; npm run test:harness; npm run test:behavior; npm run test:host:stop",
20 "storybook": "start-storybook -p 6006",
21 "build-storybook": "build-storybook"
22 },
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/JimBarrows/Bootstrap-React-Components.git"
26 },
27 "author": {
28 "name": "Jim Barrows",
29 "email": "Jim.Barrows@gmail.com"
30 },
31 "license": "Apache-2.0",
32 "bugs": {
33 "url": "https://github.com/JimBarrows/Bootstrap-React-Components/issues"
34 },
35 "homepage": "https://github.com/JimBarrows/Bootstrap-React-Components#readme",
36 "peerDependencies": {
37 "react": "0.14.x || 15.x.x || 16.x.x",
38 "react-dom": "0.14.x || 15.x.x || 16.x.x"
39 },
40 "dependencies": {
41 "babel-eslint": "^8.2.3",
42 "babel-plugin-css-modules-transform": "^1.4.0",
43 "bootstrap": "^4.1.1",
44 "css-loader": "^0.28.9",
45 "file-loader": "^1.1.6",
46 "font-awesome": "^4.7.0",
47 "moment": "^2.14.1",
48 "popper.js": "^1.14.3",
49 "prop-types": "^15.6.0",
50 "react-datetime": "^2.6.0",
51 "react-rte": "^0.16.0",
52 "url-loader": "^1.0.1"
53 },
54 "devDependencies": {
55 "@storybook/addon-actions": "^3.4.7",
56 "@storybook/addon-links": "^3.4.7",
57 "@storybook/addons": "^3.4.7",
58 "@storybook/react": "^3.4.7",
59 "babel-cli": "^6.26.0",
60 "babel-core": "^6.10.4",
61 "babel-loader": "^7.1.2",
62 "babel-plugin-add-module-exports": "^0.2.1",
63 "babel-plugin-react-html-attrs": "^2.0.0",
64 "babel-plugin-transform-class-properties": "^6.24.1",
65 "babel-plugin-transform-decorators-legacy": "^1.3.4",
66 "babel-plugin-transform-react-jsx": "^6.8.0",
67 "babel-polyfill": "^6.9.1",
68 "babel-preset-env": "^1.6.1",
69 "babel-preset-es2015": "^6.9.0",
70 "babel-preset-react": "^6.11.1",
71 "babel-preset-stage-2": "^6.11.0",
72 "babel-runtime": "^6.26.0",
73 "chai": "^4.0.2",
74 "chai-as-promised": "^7.0.0",
75 "chai-things": "^0.2.0",
76 "cucumber": "^4.2.1",
77 "eslint": "^4.13.1",
78 "eslint-config-standard": "^11.0.0-beta.0",
79 "eslint-config-standard-react": "^6.0.0",
80 "eslint-plugin-import": "^2.8.0",
81 "eslint-plugin-node": "^6.0.1",
82 "eslint-plugin-promise": "^3.6.0",
83 "eslint-plugin-react": "^7.5.1",
84 "eslint-plugin-standard": "^3.0.1",
85 "react": "^16.2.0",
86 "react-dom": "^16.2.0",
87 "style-loader": "^0.21.0",
88 "webpack": "^4.12.0",
89 "webpack-dev-server": "^3.1.4"
90 }
91}