1 | {
|
2 | "name": "@0xaio/react-scripts",
|
3 | "version": "1.1.4-0",
|
4 | "description": "Configuration and scripts for Create React App.",
|
5 | "repository": "facebookincubator/create-react-app",
|
6 | "license": "MIT",
|
7 | "engines": {
|
8 | "node": ">=6"
|
9 | },
|
10 | "bugs": {
|
11 | "url": "https://github.com/facebookincubator/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 | "@0xaio/babel-preset-react-app": "^3.1.1-0",
|
25 | "@0xaio/eslint-config-react-app": "^2.1.0-0",
|
26 | "@0xaio/react-dev-utils": "^5.0.1-0",
|
27 | "autoprefixer": "7.1.6",
|
28 | "babel-core": "6.26.0",
|
29 | "babel-eslint": "7.2.3",
|
30 | "babel-jest": "20.0.3",
|
31 | "babel-loader": "7.1.2",
|
32 | "babel-plugin-relay": "^1.6.0",
|
33 | "babel-runtime": "6.26.0",
|
34 | "case-sensitive-paths-webpack-plugin": "2.1.1",
|
35 | "chalk": "1.1.3",
|
36 | "css-loader": "0.28.7",
|
37 | "dotenv": "4.0.0",
|
38 | "dotenv-expand": "4.2.0",
|
39 | "eslint": "4.10.0",
|
40 | "eslint-loader": "1.9.0",
|
41 | "eslint-plugin-flowtype": "2.39.1",
|
42 | "eslint-plugin-import": "2.8.0",
|
43 | "eslint-plugin-jsx-a11y": "5.1.1",
|
44 | "eslint-plugin-react": "7.4.0",
|
45 | "extract-text-webpack-plugin": "3.0.2",
|
46 | "file-loader": "1.1.5",
|
47 | "fs-extra": "3.0.1",
|
48 | "graphql": "^0.13.2",
|
49 | "html-webpack-plugin": "2.29.0",
|
50 | "jest": "20.0.4",
|
51 | "object-assign": "4.1.1",
|
52 | "postcss-flexbugs-fixes": "3.2.0",
|
53 | "postcss-loader": "2.0.8",
|
54 | "promise": "8.0.1",
|
55 | "raf": "3.4.0",
|
56 | "resolve": "1.6.0",
|
57 | "style-loader": "0.19.0",
|
58 | "sw-precache-webpack-plugin": "0.11.4",
|
59 | "url-loader": "0.6.2",
|
60 | "webpack": "3.8.1",
|
61 | "webpack-dev-server": "2.9.4",
|
62 | "webpack-manifest-plugin": "1.3.2",
|
63 | "whatwg-fetch": "2.0.3"
|
64 | },
|
65 | "devDependencies": {
|
66 | "react": "^16.0.0",
|
67 | "react-dom": "^16.0.0"
|
68 | },
|
69 | "optionalDependencies": {
|
70 | "fsevents": "^1.1.3"
|
71 | }
|
72 | }
|