|
1 | 1 | { |
2 | 2 | "name": "react-setup", |
3 | 3 | "description": "A Universal React setup with i18n: Babel 6, Koa 2, React, React Router, React Transmit, React Bootstrap, React-intl, Mocha, Webpack HMR, PostCSS, ESLint.", |
4 | | - "version": "2.2.9", |
| 4 | + "version": "2.3.0", |
5 | 5 | "author": "Duc Nguyen (https://github.com/ngduc)", |
6 | 6 | "license": "MIT", |
7 | 7 | "homepage": "https://github.com/ngduc/react-setup", |
|
46 | 46 | "clean": "rm -rf ./dist && rm -rf ./static" |
47 | 47 | }, |
48 | 48 | "dependencies": { |
| 49 | + "autoprefixer": "6.3.3", |
49 | 50 | "babel": "6.5.2", |
50 | 51 | "babel-cli": "^6.6.5", |
51 | 52 | "babel-core": "6.7.2", |
52 | 53 | "babel-eslint": "^5.0.0", |
53 | 54 | "babel-loader": "6.2.4", |
54 | 55 | "babel-plugin-react-intl": "2.1.1", |
| 56 | + "babel-polyfill": "6.7.2", |
55 | 57 | "babel-preset-es2015": "6.6.0", |
56 | 58 | "babel-preset-react": "6.5.0", |
57 | 59 | "babel-preset-react-hmre": "1.1.1", |
58 | 60 | "babel-preset-stage-0": "6.5.0", |
59 | | - "babel-polyfill": "6.7.2", |
| 61 | + "bootstrap": "^3.3.6", |
| 62 | + "classnames": "^2.2.3", |
| 63 | + "concurrently": "2.0.0", |
| 64 | + "copy-webpack-plugin": "^1.1.1", |
| 65 | + "css-loader": "^0.23.1", |
| 66 | + "extract-text-webpack-plugin": "^1.0.1", |
60 | 67 | "fetch-plus": "3.8.1", |
61 | 68 | "fetch-plus-bearerauth": "3.5.0", |
62 | 69 | "fetch-plus-json": "3.6.0", |
| 70 | + "forever": "0.15.1", |
| 71 | + "glob": "^7.0.3", |
| 72 | + "html-webpack-plugin": "^2.10.0", |
63 | 73 | "intl": "^1.1.0", |
64 | 74 | "intl-locales-supported": "^1.0.0", |
| 75 | + "intl-messageformat-parser": "^1.2.0", |
65 | 76 | "isomorphic-fetch": "2.2.1", |
| 77 | + "json-loader": "0.5.4", |
| 78 | + "just-wait": "1.0.5", |
66 | 79 | "koa": "^2.0.0-alpha.3", |
67 | 80 | "koa-bodyparser": "^3.0", |
68 | 81 | "koa-compose": "^3.0.0", |
69 | 82 | "koa-compress": "^2.0.0", |
70 | 83 | "koa-convert": "^1.2", |
71 | | - "koa-generic-session": "^1.10", |
72 | 84 | "koa-passport": "^2.0", |
73 | 85 | "koa-router": "7.0.1", |
74 | 86 | "koa-serve-static": "^1.0.0", |
75 | | - "mustache": "^2.2.1", |
76 | | - "react": "0.14.7", |
77 | | - "react-bootstrap": "^0.28.3", |
78 | | - "react-dom": "0.14.7", |
79 | | - "react-inline-css": "2.1.0", |
80 | | - "react-intl": "2.0.0-rc-1", |
81 | | - "react-router": "2.0.1", |
82 | | - "react-transmit": "https://github.com/ngduc/react-transmit.git", |
83 | | - "serialize-javascript": "^1.2.0", |
84 | | - "forever": "0.15.1", |
85 | | - "concurrently": "2.0.0", |
86 | | - "autoprefixer": "6.3.3", |
87 | | - "bootstrap": "^3.3.6", |
88 | | - "classnames": "^2.2.3", |
89 | | - "copy-webpack-plugin": "^1.1.1", |
90 | | - "css-loader": "^0.23.1", |
91 | | - "extract-text-webpack-plugin": "^1.0.1", |
92 | | - "glob": "^7.0.3", |
93 | | - "html-webpack-plugin": "^2.10.0", |
94 | | - "intl-messageformat-parser": "^1.2.0", |
95 | | - "json-loader": "0.5.4", |
96 | | - "just-wait": "1.0.5", |
| 87 | + "koa-session": "^3.3.1", |
97 | 88 | "mkdirp": "^0.5.1", |
| 89 | + "mustache": "^2.2.1", |
98 | 90 | "postcss-cssnext": "^2.4.0", |
99 | 91 | "postcss-import": "8.0.2", |
100 | 92 | "postcss-loader": "^0.8.2", |
101 | 93 | "postcss-mixins": "4.0.1", |
102 | 94 | "postcss-modules-values": "1.1.1", |
103 | 95 | "postcss-nested": "1.0.0", |
104 | 96 | "postcss-simple-vars": "1.2.0", |
| 97 | + "react": "0.14.7", |
105 | 98 | "react-addons-css-transition-group": "^0.14.7", |
106 | 99 | "react-addons-test-utils": "^0.14.7", |
| 100 | + "react-bootstrap": "^0.28.3", |
| 101 | + "react-dom": "0.14.7", |
| 102 | + "react-inline-css": "2.1.0", |
| 103 | + "react-intl": "2.0.0-rc-1", |
| 104 | + "react-router": "2.0.1", |
| 105 | + "react-transmit": "https://github.com/ngduc/react-transmit.git", |
| 106 | + "serialize-javascript": "^1.2.0", |
107 | 107 | "style-loader": "^0.13.0", |
108 | 108 | "webpack": "1.12.14", |
109 | 109 | "webpack-node-externals": "1.0.0" |
|
0 commit comments