|
| 1 | +{ |
| 2 | + "name": "react-typescript-samples", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Sample working with React,TypeScript and Webpack)", |
| 5 | + "main": "index.js", |
| 6 | + "jest": { |
| 7 | + "automock": false, |
| 8 | + "setupFiles": [ |
| 9 | + "./config/test/polyfills.js" |
| 10 | + ] |
| 11 | + }, |
| 12 | + "scripts": { |
| 13 | + "start": "webpack-dev-server --mode development --inline --hot --open", |
| 14 | + "build": "webpack --mode development", |
| 15 | + "build:prod": "rimraf dist && env-cmd .env cross-env NODE_ENV=production webpack -p --config ./config/webpack/app/prod.js", |
| 16 | + "test": "jest -c ./config/test/jest.json --verbose", |
| 17 | + "test:watch": "jest -c ./config/test/jest.json --verbose --watchAll -i" |
| 18 | + }, |
| 19 | + "author": "", |
| 20 | + "license": "ISC", |
| 21 | + "devDependencies": { |
| 22 | + "@types/deep-freeze": "^0.1.1", |
| 23 | + "@types/enzyme": "^3.1.13", |
| 24 | + "@types/jest": "^23.3.1", |
| 25 | + "@types/react": "^16.4.7", |
| 26 | + "@types/react-dom": "^16.0.6", |
| 27 | + "@types/react-redux": "^6.0.5", |
| 28 | + "@types/react-router-dom": "^4.3.0", |
| 29 | + "@types/redux-mock-store": "^1.0.0", |
| 30 | + "@types/toastr": "^2.1.35", |
| 31 | + "@types/typescript": "^2.0.0", |
| 32 | + "awesome-typescript-loader": "^5.2.0", |
| 33 | + "babel-core": "^6.26.3", |
| 34 | + "babel-preset-env": "^1.7.0", |
| 35 | + "css-loader": "^1.0.0", |
| 36 | + "deep-freeze": "0.0.1", |
| 37 | + "enzyme": "^3.3.0", |
| 38 | + "enzyme-adapter-react-16": "^1.1.1", |
| 39 | + "enzyme-to-json": "^3.3.4", |
| 40 | + "file-loader": "^1.1.11", |
| 41 | + "html-webpack-plugin": "^3.2.0", |
| 42 | + "identity-obj-proxy": "^3.0.0", |
| 43 | + "jest": "^23.4.2", |
| 44 | + "jest-fetch-mock": "^1.6.5", |
| 45 | + "mini-css-extract-plugin": "^0.4.1", |
| 46 | + "raf": "^3.4.0", |
| 47 | + "redux-mock-store": "1.4.0", |
| 48 | + "style-loader": "^0.21.0", |
| 49 | + "ts-jest": "^23.1.2", |
| 50 | + "url-loader": "^1.0.1", |
| 51 | + "webpack": "^4.16.2", |
| 52 | + "webpack-cli": "^3.1.0", |
| 53 | + "webpack-dev-server": "^3.1.5" |
| 54 | + }, |
| 55 | + "dependencies": { |
| 56 | + "bootstrap": "^4.1.2", |
| 57 | + "lc-form-validation": "^1.0.0", |
| 58 | + "react": "^16.4.1", |
| 59 | + "react-dom": "^16.4.1", |
| 60 | + "react-promise-tracker": "^1.0.2", |
| 61 | + "react-redux": "^5.0.7", |
| 62 | + "react-router-dom": "^4.2.2", |
| 63 | + "react-router-redux": "^4.0.8", |
| 64 | + "react-spinners": "^0.3.3", |
| 65 | + "redux": "^4.0.0", |
| 66 | + "redux-thunk": "^2.3.0", |
| 67 | + "toastr": "^2.1.4", |
| 68 | + "typescript": "^3.0.1" |
| 69 | + } |
| 70 | +} |
0 commit comments