|
1 | 1 | {
|
2 |
| - "name": "react-scripts-ts", |
3 |
| - "version": "2.3.2", |
4 |
| - "description": "Configuration and scripts for Create React App.", |
5 |
| - "repository": "wmonk/create-react-app", |
6 |
| - "license": "BSD-3-Clause", |
7 |
| - "engines": { |
8 |
| - "node": ">=6" |
9 |
| - }, |
10 |
| - "bugs": { |
11 |
| - "url": "https://github.com/wmonk/create-react-app/issues" |
12 |
| - }, |
13 |
| - "files": [ |
14 |
| - "bin", |
15 |
| - "config", |
16 |
| - "bin", |
17 |
| - "scripts", |
18 |
| - "template", |
19 |
| - "utils" |
20 |
| - ], |
21 |
| - "bin": { |
22 |
| - "react-scripts-ts": "./bin/react-scripts-ts.js" |
23 |
| - }, |
24 |
| - "dependencies": { |
25 |
| - "autoprefixer": "7.1.0", |
26 |
| - "app-root-path": "^2.0.1", |
27 |
| - "case-sensitive-paths-webpack-plugin": "2.0.0", |
28 |
| - "chalk": "1.1.3", |
29 |
| - "cli-highlight": "1.1.4", |
30 |
| - "css-loader": "0.28.1", |
31 |
| - "dotenv": "4.0.0", |
32 |
| - "extract-text-webpack-plugin": "2.1.0", |
33 |
| - "file-loader": "0.11.1", |
34 |
| - "fs-extra": "3.0.1", |
35 |
| - "html-webpack-plugin": "2.28.0", |
36 |
| - "jest": "20.0.3", |
37 |
| - "object-assign": "4.1.1", |
38 |
| - "postcss-flexbugs-fixes": "3.0.0", |
39 |
| - "postcss-loader": "2.0.5", |
40 |
| - "promise": "7.1.1", |
41 |
| - "react-dev-utils": "^2.0.1", |
42 |
| - "react-error-overlay": "^1.0.6", |
43 |
| - "style-loader": "0.17.0", |
44 |
| - "ts-loader": "^2.2.1", |
45 |
| - "tslint": "^5.2.0", |
46 |
| - "tslint-loader": "^3.5.3", |
47 |
| - "tslint-react": "^3.0.0", |
48 |
| - "typescript": "~2.4.0", |
49 |
| - "source-map-loader": "^0.2.1", |
50 |
| - "sw-precache-webpack-plugin": "0.9.1", |
51 |
| - "url-loader": "0.5.8", |
52 |
| - "webpack": "2.6.0", |
53 |
| - "webpack-dev-server": "2.4.5", |
54 |
| - "webpack-manifest-plugin": "1.1.0", |
55 |
| - "whatwg-fetch": "2.0.3" |
56 |
| - }, |
57 |
| - "devDependencies": { |
58 |
| - "react": "^15.5.4", |
59 |
| - "react-dom": "^15.5.4" |
60 |
| - }, |
61 |
| - "optionalDependencies": { |
62 |
| - "fsevents": "1.0.17" |
63 |
| - } |
| 2 | + "name": "react-scripts-ts", |
| 3 | + "version": "2.3.2", |
| 4 | + "description": "Configuration and scripts for Create React App.", |
| 5 | + "repository": "wmonk/create-react-app", |
| 6 | + "license": "BSD-3-Clause", |
| 7 | + "engines": { |
| 8 | + "node": ">=6" |
| 9 | + }, |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/wmonk/create-react-app/issues" |
| 12 | + }, |
| 13 | + "files": [ |
| 14 | + "bin", |
| 15 | + "config", |
| 16 | + "bin", |
| 17 | + "scripts", |
| 18 | + "template", |
| 19 | + "utils" |
| 20 | + ], |
| 21 | + "bin": { |
| 22 | + "react-scripts-ts": "./bin/react-scripts-ts.js" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "autoprefixer": "7.1.0", |
| 26 | + "app-root-path": "^2.0.1", |
| 27 | + "case-sensitive-paths-webpack-plugin": "2.0.0", |
| 28 | + "chalk": "1.1.3", |
| 29 | + "cli-highlight": "1.1.4", |
| 30 | + "css-loader": "0.28.1", |
| 31 | + "dotenv": "4.0.0", |
| 32 | + "extract-text-webpack-plugin": "2.1.0", |
| 33 | + "file-loader": "0.11.1", |
| 34 | + "fs-extra": "3.0.1", |
| 35 | + "html-webpack-plugin": "2.28.0", |
| 36 | + "jest": "20.0.3", |
| 37 | + "object-assign": "4.1.1", |
| 38 | + "postcss-flexbugs-fixes": "3.0.0", |
| 39 | + "postcss-loader": "2.0.5", |
| 40 | + "promise": "7.1.1", |
| 41 | + "react-dev-utils": "^2.0.1", |
| 42 | + "react-error-overlay": "^1.0.6", |
| 43 | + "style-loader": "0.17.0", |
| 44 | + "ts-loader": "^2.2.1", |
| 45 | + "tslint": "^5.2.0", |
| 46 | + "tslint-loader": "^3.5.3", |
| 47 | + "tslint-react": "^3.0.0", |
| 48 | + "typescript": "~2.4.0", |
| 49 | + "source-map-loader": "^0.2.1", |
| 50 | + "sw-precache-webpack-plugin": "0.9.1", |
| 51 | + "url-loader": "0.5.8", |
| 52 | + "webpack": "2.6.0", |
| 53 | + "webpack-dev-server": "2.4.5", |
| 54 | + "webpack-manifest-plugin": "1.1.0", |
| 55 | + "whatwg-fetch": "2.0.3" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "react": "^15.5.4", |
| 59 | + "react-dom": "^15.5.4" |
| 60 | + }, |
| 61 | + "optionalDependencies": { |
| 62 | + "fsevents": "1.0.17" |
| 63 | + } |
64 | 64 | }
|
0 commit comments