UNPKG

3.2 kBJSONView Raw
1{
2 "name": "@saritasa/react-scripts",
3 "version": "1.1.36",
4 "description": "Configuration and scripts for Create React App.",
5 "repository": "saritasa/create-react-app",
6 "license": "MIT",
7 "engines": {
8 "node": ">=6"
9 },
10 "bugs": {
11 "url": "https://github.com/saritasa/create-react-app/issues"
12 },
13 "files": [
14 "bin",
15 "config",
16 "scripts",
17 "template",
18 "utils"
19 ],
20 "bin": {
21 "react-scripts": "./bin/react-scripts.js"
22 },
23 "dependencies": {
24 "@babel/core": "7.1.0",
25 "@babel/runtime": "7.0.0",
26 "@saritasa/babel-plugin-named-asset-import": "^0.1.1",
27 "@saritasa/babel-preset-react-app": "^3.1.2",
28 "@saritasa/confusing-browser-globals": "^1.0.1",
29 "@saritasa/eslint-config-react": "^1.0.0",
30 "@saritasa/eslint-config-react-app": "^2.1.14",
31 "@saritasa/react-dev-utils": "^5.0.1",
32 "autoprefixer": "9.1.5",
33 "babel-core": "7.0.0-bridge.0",
34 "babel-eslint": "9.0.0",
35 "babel-loader": "8.0.2",
36 "bfj": "6.1.1",
37 "case-sensitive-paths-webpack-plugin": "2.1.2",
38 "chai": "^4.1.2",
39 "chalk": "2.4.1",
40 "css-loader": "0.28.11",
41 "dotenv": "6.0.0",
42 "dotenv-expand": "4.2.0",
43 "enzyme": "^3.4.1",
44 "eslint": "5.4.0",
45 "eslint-loader": "2.1.1",
46 "eslint-plugin-chai-expect": "^1.1.1",
47 "eslint-plugin-compat": "^2.5.1",
48 "eslint-plugin-eslint-comments": "^3.0.1",
49 "eslint-plugin-flowtype": "^2.50.0",
50 "eslint-plugin-import": "^2.14.0",
51 "eslint-plugin-jsx-a11y": "^6.1.1",
52 "eslint-plugin-jsdoc": "^3.8.0",
53 "eslint-plugin-mocha": "^5.2.0",
54 "eslint-plugin-prettier": "^2.6.2",
55 "eslint-plugin-react": "^7.11.1",
56 "file-loader": "1.1.11",
57 "fs-extra": "7.0.0",
58 "graphql": "0.13.2",
59 "graphql-tag": "2.9.2",
60 "html-webpack-plugin": "4.0.0-alpha.2",
61 "identity-obj-proxy": "3.0.0",
62 "istanbul-instrumenter-loader": "^3.0.1",
63 "karma": "3.0.0",
64 "karma-babel-preprocessor": "^7.0.0",
65 "karma-coverage-istanbul-reporter": "^2.0.1",
66 "karma-jsdom-launcher": "^6.1.3",
67 "karma-mocha": "^1.3.0",
68 "karma-mocha-reporter": "^2.2.5",
69 "karma-sourcemap-loader": "^0.3.7",
70 "karma-webpack": "^3.0.0",
71 "loader-utils": "^1.1.0",
72 "mini-css-extract-plugin": "0.4.3",
73 "mocha": "^5.2.0",
74 "object-assign": "4.1.1",
75 "optimize-css-assets-webpack-plugin": "5.0.1",
76 "postcss-flexbugs-fixes": "4.1.0",
77 "postcss-loader": "3.0.0",
78 "postcss-safe-parser": "4.0.1",
79 "prettier": "^1.14.2",
80 "promise": "8.0.2",
81 "raf": "3.4.0",
82 "react-dev-utils": "^5.0.0",
83 "resolve": "1.8.1",
84 "rewiremock": "^3.7.8",
85 "sass-loader": "7.1.0",
86 "style-loader": "0.23.0",
87 "svgr": "1.9.2",
88 "sw-precache-webpack-plugin": "0.11.5",
89 "terser-webpack-plugin": "1.1.0",
90 "thread-loader": "1.2.0",
91 "uglifyjs-webpack-plugin": "1.2.5",
92 "url-loader": "1.1.1",
93 "webpack": "4.19.1",
94 "webpack-dev-server": "3.1.8",
95 "webpack-manifest-plugin": "2.0.4",
96 "whatwg-fetch": "3.0.0"
97 },
98 "devDependencies": {
99 "react": "^16.3.2",
100 "react-dom": "^16.3.2"
101 },
102 "optionalDependencies": {
103 "fsevents": "1.2.4"
104 },
105 "browserslist": [
106 ">0.25%",
107 "not op_mini all",
108 "ie 11"
109 ]
110}