UNPKG

1.81 kBJSONView Raw
1{
2 "name": "@simonrelet/react-scripts",
3 "version": "0.9.5-alpha.20",
4 "description": "Configuration and scripts for Create React App.",
5 "engines": {
6 "node": ">=4"
7 },
8 "files": [
9 "babelrc",
10 "eslintrc",
11 "bin",
12 "config",
13 "scripts",
14 "template",
15 "utils"
16 ],
17 "bin": {
18 "react-scripts": "./bin/react-scripts.js"
19 },
20 "dependencies": {
21 "@simonrelet/eslint-config": "^0.6.2-alpha.7",
22 "autoprefixer": "6.7.2",
23 "babel-core": "6.22.1",
24 "babel-eslint": "7.2.1",
25 "babel-jest": "18.0.0",
26 "babel-loader": "6.2.10",
27 "babel-preset-react-app": "^2.2.0",
28 "babel-runtime": "^6.20.0",
29 "case-sensitive-paths-webpack-plugin": "1.1.4",
30 "chalk": "1.1.3",
31 "connect-history-api-fallback": "1.3.0",
32 "cross-spawn": "4.0.2",
33 "css-loader": "0.26.1",
34 "detect-port": "1.1.0",
35 "dotenv": "2.0.0",
36 "eslint": "3.19.0",
37 "eslint-config-airbnb": "14.1.0",
38 "eslint-loader": "1.6.0",
39 "eslint-plugin-flowtype": "2.21.0",
40 "eslint-plugin-import": "2.2.0",
41 "eslint-plugin-jsx-a11y": "4.0.0",
42 "eslint-plugin-react": "6.9.0",
43 "extract-text-webpack-plugin": "1.0.1",
44 "file-loader": "0.10.0",
45 "fs-extra": "0.30.0",
46 "html-webpack-plugin": "2.24.0",
47 "http-proxy-middleware": "0.17.3",
48 "jest": "18.1.0",
49 "json-loader": "0.5.4",
50 "object-assign": "4.1.1",
51 "postcss-loader": "1.2.2",
52 "prettier": "^1.1.0",
53 "promise": "7.1.1",
54 "react-dev-utils": "^0.5.2",
55 "style-loader": "0.13.1",
56 "url-loader": "0.5.7",
57 "webpack": "1.14.0",
58 "webpack-dev-server": "1.16.2",
59 "webpack-manifest-plugin": "1.1.0",
60 "whatwg-fetch": "2.0.2"
61 },
62 "devDependencies": {
63 "react": "^15.3.0",
64 "react-dom": "^15.3.0"
65 },
66 "optionalDependencies": {
67 "fsevents": "1.0.17"
68 }
69}