|
8 | 8 | "url":"git@github.com:Indoqa/indoqa-react-redux.git" |
9 | 9 | }, |
10 | 10 | "scripts": { |
11 | | -"start":"indoqa-dev-server ./indoqa-webpack-options.js", |
| 11 | +"analyze":"source-map-explorer ./target/assets/app-*", |
12 | 12 | "build":"indoqa-webpack ./indoqa-webpack-options.js", |
13 | 13 | "docs":"indoqa-webpack ./indoqa-webpack-docs.js", |
14 | 14 | "flow":"flow", |
15 | 15 | "lint":"indoqa-eslint ./src/main", |
16 | 16 | "package":"yarn run lint && yarn run flow && yarn run test && indoqa-webpack ./indoqa-webpack-options.js", |
| 17 | +"postinstall":"yarn run package", |
| 18 | +"start":"indoqa-dev-server ./indoqa-webpack-options.js", |
17 | 19 | "test":"indoqa-jest", |
18 | 20 | "test:watch":"yarn run test --watch", |
19 | | -"test:coverage":"yarn run test --coverage", |
20 | | -"postinstall":"yarn run package" |
| 21 | +"test:coverage":"yarn run test --coverage" |
21 | 22 | }, |
22 | 23 | "dependencies": { |
23 | 24 | "fela":"^6.1.8", |
24 | 25 | "fela-monolithic":"^5.0.22", |
25 | 26 | "fela-plugin-named-media-query":"^5.0.13", |
26 | 27 | "fela-preset-web":"^8.0.7", |
| 28 | +"formik":"^0.11.11", |
27 | 29 | "history":"^4.7.2", |
28 | 30 | "i18next":"^11.3.2", |
29 | 31 | "i18next-browser-languagedetector":"^2.2.0", |
|
35 | 37 | "react-fela":"^7.3.0", |
36 | 38 | "react-i18next":"7.7.0", |
37 | 39 | "react-redux":"^5.0.7", |
| 40 | +"react-router":"^4.2.2", |
38 | 41 | "react-router-dom":"^4.2.2", |
39 | 42 | "react-router-redux":"^5.0.0-alpha.9", |
40 | 43 | "redux":"^3.7.2", |
41 | 44 | "redux-logger":"^3.0.6", |
42 | 45 | "redux-observable":"^0.19.0", |
43 | 46 | "reselect":"^3.0.1", |
44 | | -"rxjs":"^5.5.11" |
| 47 | +"rxjs":"^5.5.11", |
| 48 | +"shortid":"^2.2.8", |
| 49 | +"yup":"0.24.1" |
45 | 50 | }, |
46 | 51 | "devDependencies": { |
47 | 52 | "flow-bin":"^0.73.0", |
48 | | -"indoqa-webpack":"^1.2.0" |
| 53 | +"indoqa-webpack":"^1.2.0", |
| 54 | +"source-map-explorer":"1.5.0" |
49 | 55 | }, |
50 | 56 | "proxy": { |
51 | 57 | "/geonames": { |
|