|
1 | 1 | {
|
2 |
| - "name": "react-scripts", |
3 |
| - "version": "0.9.4", |
4 |
| - "description": "Configuration and scripts for Create React App.", |
5 |
| - "repository": "facebookincubator/create-react-app", |
| 2 | + "name": "@rangle/react-scripts", |
| 3 | + "version": "0.0.9", |
| 4 | + "description": "Rangle's custom configuration and scripts for Create React App.", |
| 5 | + "repository": "rangle/create-react-app", |
6 | 6 | "license": "BSD-3-Clause",
|
7 | 7 | "engines": {
|
8 | 8 | "node": ">=4"
|
9 | 9 | },
|
10 | 10 | "bugs": {
|
11 |
| - "url": "https://github.com/facebookincubator/create-react-app/issues" |
| 11 | + "url": "https://github.com/rangle/rangle-starter/issues" |
12 | 12 | },
|
13 | 13 | "files": [
|
14 | 14 | "babelrc",
|
|
51 | 51 | "http-proxy-middleware": "0.17.3",
|
52 | 52 | "jest": "18.1.0",
|
53 | 53 | "object-assign": "4.1.1",
|
| 54 | + "postcss-cssnext": "^2.9.0", |
| 55 | + "postcss-import": "^9.0.0", |
54 | 56 | "postcss-loader": "1.3.3",
|
| 57 | + "postcss-modules-local-by-default": "^1.1.1", |
55 | 58 | "promise": "7.1.1",
|
| 59 | + "react": "^15.3.0", |
56 | 60 | "react-dev-utils": "^0.5.2",
|
| 61 | + "react-redux": "^5.0.1", |
| 62 | + "react-router": "^3.0.0", |
| 63 | + "react-router-redux": "^4.0.7", |
| 64 | + "redux": "^3.6.0", |
| 65 | + "redux-form": "^6.4.3", |
| 66 | + "stylelint": "^7.7.1", |
| 67 | + "stylelint-webpack-plugin": "^0.5.1", |
57 | 68 | "style-loader": "0.13.2",
|
| 69 | + "tachyons": "^4.6.1", |
58 | 70 | "url-loader": "0.5.8",
|
59 | 71 | "webpack": "2.2.1",
|
60 | 72 | "webpack-dev-server": "2.4.1",
|
|
0 commit comments