UNPKG

3.09 kBJSONView Raw
1{
2 "name": "react-scripts-wizard",
3 "version": "3.0.1-5.xs.1",
4 "description": "Configuration and scripts for Create React App.",
5 "repository": "xsky-fe/create-react-app-wizard",
6 "license": "MIT",
7 "engines": {
8 "node": ">=8.10"
9 },
10 "bugs": {
11 "url": "https://github.com/facebook/create-react-app/issues"
12 },
13 "files": [
14 "bin",
15 "config",
16 "lib",
17 "scripts",
18 "template",
19 "template-typescript",
20 "utils"
21 ],
22 "bin": {
23 "react-scripts": "./bin/react-scripts.js"
24 },
25 "types": "./lib/react-app.d.ts",
26 "dependencies": {
27 "@babel/core": "7.4.3",
28 "@svgr/webpack": "4.1.0",
29 "@typescript-eslint/eslint-plugin": "1.6.0",
30 "@typescript-eslint/parser": "1.6.0",
31 "babel-eslint": "10.0.1",
32 "babel-jest": "^24.8.0",
33 "babel-loader": "8.0.5",
34 "babel-plugin-named-asset-import": "^0.3.2",
35 "babel-preset-react-app": "^9.0.0",
36 "camelcase": "^5.2.0",
37 "case-sensitive-paths-webpack-plugin": "2.2.0",
38 "chalk": "2.4.1",
39 "copy-webpack-plugin": "^4.6.0",
40 "css-loader": "2.1.1",
41 "dotenv": "6.2.0",
42 "dotenv-expand": "4.2.0",
43 "eslint": "^5.16.0",
44 "eslint-config-react-app-wizard": "^4.0.1",
45 "eslint-loader": "2.1.2",
46 "eslint-plugin-flowtype": "2.50.1",
47 "eslint-plugin-import": "2.16.0",
48 "eslint-plugin-jsx-a11y": "6.2.1",
49 "eslint-plugin-react": "7.12.4",
50 "eslint-plugin-react-hooks": "^1.5.0",
51 "eslint-plugin-wizard": "^0.1.3",
52 "file-loader": "3.0.1",
53 "fs-extra": "7.0.1",
54 "html-loader": "^0.5.5",
55 "html-webpack-plugin": "4.0.0-beta.5",
56 "identity-obj-proxy": "3.0.0",
57 "is-wsl": "^1.1.0",
58 "jest": "24.7.1",
59 "jest-environment-jsdom-fourteen": "0.1.0",
60 "jest-resolve": "24.7.1",
61 "json-loader": "^0.5.7",
62 "jest-watch-typeahead": "0.3.0",
63 "mini-css-extract-plugin": "0.5.0",
64 "optimize-css-assets-webpack-plugin": "5.0.1",
65 "pnp-webpack-plugin": "1.2.1",
66 "po-loader": "^0.4.2",
67 "po2json": "^1.0.0-alpha",
68 "postcss-color-function": "^4.0.1",
69 "postcss-custom-properties": "^8.0.9",
70 "postcss-flexbugs-fixes": "4.1.0",
71 "postcss-import": "^12.0.1",
72 "postcss-loader": "3.0.0",
73 "postcss-nested": "^4.1.0",
74 "postcss-normalize": "7.0.1",
75 "postcss-preset-env": "6.6.0",
76 "postcss-safe-parser": "4.0.1",
77 "react-app-polyfill-wizard": "^1.0.1",
78 "react-dev-utils": "^9.0.1",
79 "resolve": "1.10.0",
80 "sass-loader": "7.1.0",
81 "semver": "6.0.0",
82 "style-loader": "0.23.1",
83 "terser-webpack-plugin": "1.2.3",
84 "ts-pnp": "1.1.2",
85 "url-loader": "1.1.2",
86 "webpack": "4.29.6",
87 "webpack-dev-server": "3.2.1",
88 "webpack-manifest-plugin": "2.0.4",
89 "workbox-webpack-plugin": "4.2.0"
90 },
91 "devDependencies": {
92 "react": "^16.8.4",
93 "react-dom": "^16.8.4"
94 },
95 "optionalDependencies": {
96 "fsevents": "2.0.6"
97 },
98 "browserslist": {
99 "production": [
100 ">0.2%",
101 "not dead",
102 "not op_mini all"
103 ],
104 "development": [
105 "last 1 chrome version",
106 "last 1 firefox version",
107 "last 1 safari version"
108 ]
109 }
110}