UNPKG

1.89 kBJSONView Raw
1{
2 "name": "@0xaio/react-scripts",
3 "version": "1.0.11-4",
4 "description": "Configuration and scripts for Create React App.",
5 "repository": "facebookincubator/create-react-app",
6 "license": "BSD-3-Clause",
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 "autoprefixer": "7.1.2",
25 "babel-core": "6.25.0",
26 "babel-eslint": "7.2.3",
27 "babel-jest": "20.0.3",
28 "babel-loader": "7.1.1",
29 "babel-plugin-relay": "^1.0.1",
30 "babel-preset-react-app": "^3.0.2",
31 "babel-runtime": "6.23.0",
32 "case-sensitive-paths-webpack-plugin": "2.1.1",
33 "chalk": "1.1.3",
34 "css-loader": "0.28.4",
35 "dotenv": "4.0.0",
36 "eslint": "4.4.1",
37 "eslint-config-react-app": "^2.0.0",
38 "eslint-loader": "1.9.0",
39 "eslint-plugin-flowtype": "2.35.0",
40 "eslint-plugin-import": "2.7.0",
41 "eslint-plugin-jsx-a11y": "5.1.1",
42 "eslint-plugin-react": "7.1.0",
43 "extract-text-webpack-plugin": "3.0.0",
44 "file-loader": "0.11.2",
45 "fs-extra": "3.0.1",
46 "graphql": "^0.9.6",
47 "html-webpack-plugin": "2.29.0",
48 "jest": "20.0.4",
49 "object-assign": "4.1.1",
50 "postcss-flexbugs-fixes": "3.2.0",
51 "postcss-loader": "2.0.6",
52 "promise": "8.0.1",
53 "@0xaio/react-dev-utils": "3.1.0",
54 "@0xaio/react-error-overlay": "1.0.10",
55 "style-loader": "0.18.2",
56 "sw-precache-webpack-plugin": "0.11.4",
57 "url-loader": "0.5.9",
58 "webpack": "3.5.1",
59 "webpack-dev-server": "2.7.1",
60 "webpack-manifest-plugin": "1.2.1",
61 "whatwg-fetch": "2.0.3"
62 },
63 "devDependencies": {
64 "react": "^15.5.4",
65 "react-dom": "^15.5.4"
66 },
67 "optionalDependencies": {
68 "fsevents": "1.1.2"
69 }
70}