UNPKG

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