|
| 1 | +{ |
| 2 | + "private": true, |
| 3 | + "name": "cadet-frontend", |
| 4 | + "version": "0.0.0", |
| 5 | + "scripts-info": { |
| 6 | + "format": "Format source code", |
| 7 | + "start": "Start the Webpack development server", |
| 8 | + "build": "Build production bundle", |
| 9 | + "test": "Run unit tests", |
| 10 | + "update-ui-snapshots": "Update UI test snapshots" |
| 11 | + }, |
| 12 | + "scripts": { |
| 13 | + "format": "prettier --write 'src/**/*.{ts,tsx}'", |
| 14 | + "format:ci": "prettier --list-different 'src/**/*.{ts,tsx}'", |
| 15 | + "start": "react-scripts-ts start", |
| 16 | + "build": "react-scripts-ts build", |
| 17 | + "test": "react-scripts-ts test --env=jsdom", |
| 18 | + "update-ui-snapshots": "jest --updateSnapshot" |
| 19 | + }, |
| 20 | + "dependencies": { |
| 21 | + "@blueprintjs/core": "^2.1.1", |
| 22 | + "normalize.css": "^8.0.0", |
| 23 | + "react": "^16.3.1", |
| 24 | + "react-dom": "^16.3.1", |
| 25 | + "react-redux": "^5.0.7", |
| 26 | + "react-router": "^4.2.0", |
| 27 | + "react-router-dom": "^4.2.2", |
| 28 | + "react-router-redux": "^5.0.0-alpha.9", |
| 29 | + "react-transition-group": "^2.3.1", |
| 30 | + "redux": "^3.7.2", |
| 31 | + "redux-mock-store": "^1.5.1", |
| 32 | + "typesafe-actions": "^1.1.2", |
| 33 | + "utility-types": "^2.0.0" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@types/classnames": "^2.2.3", |
| 37 | + "@types/enzyme": "^3.1.9", |
| 38 | + "@types/enzyme-adapter-react-16": "^1.0.2", |
| 39 | + "@types/jest": "^22.2.3", |
| 40 | + "@types/node": "^9.6.5", |
| 41 | + "@types/react": "^16.3.10", |
| 42 | + "@types/react-dom": "^16.0.5", |
| 43 | + "@types/react-redux": "^5.0.16", |
| 44 | + "@types/react-router": "^4.0.24", |
| 45 | + "@types/react-router-dom": "^4.2.6", |
| 46 | + "@types/react-router-redux": "^5.0.13", |
| 47 | + "@types/react-test-renderer": "^16.0.1", |
| 48 | + "@types/redux-mock-store": "^0.0.13", |
| 49 | + "enzyme": "^3.3.0", |
| 50 | + "enzyme-adapter-react-16": "^1.1.1", |
| 51 | + "prettier": "^1.12.0", |
| 52 | + "react-scripts-ts": "^2.15.1", |
| 53 | + "react-test-renderer": "^16.3.1", |
| 54 | + "typescript": "^2.8.1" |
| 55 | + } |
| 56 | +} |
0 commit comments