|
| 1 | +{ |
| 2 | + "name": "carbon-tutorial", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "repository": "[email protected]:carbon-design-system/carbon-tutorial.git", |
| 6 | + "bugs": "https://github.com/carbon-design-system/carbon-tutorial/issues", |
| 7 | + "license": "Apache-2.0", |
| 8 | + "scripts": { |
| 9 | + "build": "react-scripts build", |
| 10 | + "ci-check": "yarn format:diff", |
| 11 | + "clean": "yarn cache clean && yarn install", |
| 12 | + "eject": "react-scripts eject", |
| 13 | + "format": "prettier --write \"**/*.{js,md,scss}\"", |
| 14 | + "format:diff": "prettier --list-different \"**/*.{js,md,scss}\"", |
| 15 | + "format:staged": "prettier --write", |
| 16 | + "start": "react-scripts start", |
| 17 | + "test": "react-scripts test" |
| 18 | + }, |
| 19 | + "dependencies": { |
| 20 | + "@carbon/grid": "10.17.0", |
| 21 | + "@carbon/icons-react": "10.22.0", |
| 22 | + "apollo-boost": "0.4.2", |
| 23 | + "bootstrap": "^4.6.0", |
| 24 | + "carbon-components": "^10.52.0", |
| 25 | + "carbon-components-react": "^7.52.0", |
| 26 | + "carbon-icons": "^7.0.7", |
| 27 | + "enzyme": "3.11.0", |
| 28 | + "enzyme-adapter-react-16": "1.15.5", |
| 29 | + "graphql": "14.3.1", |
| 30 | + "plotly.js": "^2.9.0", |
| 31 | + "plotly.js-cartesian-dist-min": "^2.9.0", |
| 32 | + "react": "16.10.0", |
| 33 | + "react-apollo": "2.5.6", |
| 34 | + "react-bootstrap": "^1.4.3", |
| 35 | + "react-dom": "16.10.0", |
| 36 | + "react-plotly.js": "^2.5.1", |
| 37 | + "react-router-dom": "5.0.0", |
| 38 | + "react-scripts": "4.0.1", |
| 39 | + "react-sizeme": "^2.6.12" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@commitlint/cli": "7.5.2", |
| 43 | + "@commitlint/config-conventional": "7.5.0", |
| 44 | + "@testing-library/dom": "^8.11.3", |
| 45 | + "@testing-library/jest-dom": "^5.16.1", |
| 46 | + "@testing-library/react": "^12.1.2", |
| 47 | + "@testing-library/user-event": "^13.5.0", |
| 48 | + "jest-canvas-mock": "^2.3.1", |
| 49 | + "lint-staged": "8.1.5", |
| 50 | + "prettier": "1.17.0", |
| 51 | + "sass": "1.29.0", |
| 52 | + "wait-for-expect": "3.0.2" |
| 53 | + }, |
| 54 | + "eslintConfig": { |
| 55 | + "extends": "react-app" |
| 56 | + }, |
| 57 | + "browserslist": [ |
| 58 | + ">0.2%", |
| 59 | + "not dead", |
| 60 | + "not ie <= 11", |
| 61 | + "not op_mini all" |
| 62 | + ], |
| 63 | + "commitlint": { |
| 64 | + "extends": [ |
| 65 | + "@commitlint/config-conventional" |
| 66 | + ] |
| 67 | + }, |
| 68 | + "lint-staged": { |
| 69 | + "*.js": [ |
| 70 | + "yarn format:staged", |
| 71 | + "git add" |
| 72 | + ], |
| 73 | + "*.{scss,css}": [ |
| 74 | + "yarn format:staged", |
| 75 | + "git add" |
| 76 | + ], |
| 77 | + "*.md": [ |
| 78 | + "yarn format:staged", |
| 79 | + "git add" |
| 80 | + ] |
| 81 | + }, |
| 82 | + "prettier": { |
| 83 | + "jsxBracketSameLine": true, |
| 84 | + "printWidth": 80, |
| 85 | + "singleQuote": true, |
| 86 | + "trailingComma": "es5" |
| 87 | + }, |
| 88 | + "packageManager": "[email protected]" |
| 89 | +} |
0 commit comments