|
| 1 | +{ |
| 2 | + "name": "@offcourse/molecules", |
| 3 | + "version": "0.0.0-semantically-released", |
| 4 | + "description": "Molecular Building Blocks for the Offcourse Project", |
| 5 | + "author": "Jan Hein Hoogstad", |
| 6 | + "license": "MIT", |
| 7 | + "repository": "offcourse/offcourse-next", |
| 8 | + "main": "dist/index.js", |
| 9 | + "module": "dist/index.es.js", |
| 10 | + "jsnext:main": "dist/index.es.js", |
| 11 | + "scripts": { |
| 12 | + "test": "echo TEST123", |
| 13 | + "test:watch": "react-scripts test --env=jsdom", |
| 14 | + "build": "rollup -c", |
| 15 | + "start": "rollup -c -w" |
| 16 | + }, |
| 17 | + "dependencies": { |
| 18 | + "@offcourse/atoms": "^0.0.0-semantically-released", |
| 19 | + "atoms": "^0.2.0", |
| 20 | + "ramda": "^0.25.0", |
| 21 | + "react-copy-to-clipboard": "^5.0.1", |
| 22 | + "react-sidebar": "^2.3.2", |
| 23 | + "react-sortable-hoc": "^0.8.3", |
| 24 | + "voca": "^1.4.0" |
| 25 | + }, |
| 26 | + "peerDependencies": { |
| 27 | + "prop-types": "^15.5.4", |
| 28 | + "react": "^15.0.0 || ^16.0.0", |
| 29 | + "react-dom": "^15.0.0 || ^16.0.0", |
| 30 | + "system-components": "^2.0.3" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "babel-core": "^6.26.0", |
| 34 | + "babel-eslint": "^8.2.1", |
| 35 | + "babel-plugin-external-helpers": "^6.22.0", |
| 36 | + "babel-preset-env": "^1.6.0", |
| 37 | + "babel-preset-react": "^6.24.1", |
| 38 | + "babel-preset-stage-0": "^6.24.1", |
| 39 | + "cross-env": "^5.1.4", |
| 40 | + "eslint": "^4.19.1", |
| 41 | + "eslint-config-standard": "^11.0.0", |
| 42 | + "eslint-config-standard-react": "^6.0.0", |
| 43 | + "eslint-plugin-import": "^2.11.0", |
| 44 | + "eslint-plugin-node": "^6.0.1", |
| 45 | + "eslint-plugin-promise": "^3.7.0", |
| 46 | + "eslint-plugin-react": "^7.7.0", |
| 47 | + "eslint-plugin-standard": "^3.0.1", |
| 48 | + "gh-pages": "^1.1.0", |
| 49 | + "react": "^16.2.0", |
| 50 | + "react-dom": "^16.2.0", |
| 51 | + "react-scripts": "^1.1.1", |
| 52 | + "rollup": "^0.54.0", |
| 53 | + "rollup-plugin-babel": "^3.0.3", |
| 54 | + "rollup-plugin-commonjs": "^8.2.1", |
| 55 | + "rollup-plugin-json": "^3.0.0", |
| 56 | + "rollup-plugin-node-resolve": "^3.0.2", |
| 57 | + "rollup-plugin-peer-deps-external": "^2.0.0", |
| 58 | + "rollup-plugin-postcss": "^1.1.0", |
| 59 | + "rollup-plugin-url": "^1.3.0", |
| 60 | + "semantic-release": "^15.5.0", |
| 61 | + "semantic-release-monorepo": "^6.0.3" |
| 62 | + }, |
| 63 | + "files": [ |
| 64 | + "dist" |
| 65 | + ], |
| 66 | + "config": { |
| 67 | + "commitizen": { |
| 68 | + "path": "./node_modules/cz-conventional-changelog" |
| 69 | + } |
| 70 | + } |
| 71 | +} |
0 commit comments