UNPKG

2.45 kBJSONView Raw
1{
2 "name": "@karlhorky/react-scripts",
3 "version": "0.8.3-alpha.2",
4 "publishConfig": {
5 "access": "public"
6 },
7 "description": "Configuration and scripts for Create React App (with CSS Modules and Sass-like PostCSS plugins).",
8 "repository": "karlhorky/create-react-app",
9 "license": "BSD-3-Clause",
10 "engines": {
11 "node": ">=4"
12 },
13 "bugs": {
14 "url": "https://github.com/karlhorky/create-react-app/issues"
15 },
16 "files": [
17 ".babelrc",
18 ".eslintrc",
19 ".stylelintrc",
20 "bin",
21 "config",
22 "scripts",
23 "template",
24 "utils"
25 ],
26 "bin": {
27 "react-scripts": "./bin/react-scripts.js"
28 },
29 "dependencies": {
30 "autoprefixer": "6.5.1",
31 "babel-core": "6.17.0",
32 "babel-eslint": "7.0.0",
33 "babel-jest": "17.0.2",
34 "babel-loader": "6.2.7",
35 "babel-preset-react-app": "^2.0.1",
36 "case-sensitive-paths-webpack-plugin": "1.1.4",
37 "chalk": "1.1.3",
38 "connect-history-api-fallback": "1.3.0",
39 "cross-spawn": "4.0.2",
40 "css-loader": "0.26.0",
41 "detect-port": "1.0.1",
42 "dotenv": "2.0.0",
43 "eslint": "3.11.1",
44 "eslint-config-karlhorky": "1.1.0",
45 "eslint-loader": "1.6.0",
46 "eslint-plugin-babel": "4.0.0",
47 "eslint-plugin-flowtype": "2.29.1",
48 "eslint-plugin-import": "2.2.0",
49 "eslint-plugin-jsx-a11y": "2.2.3",
50 "eslint-plugin-react": "6.7.1",
51 "eslint-plugin-sorting": "0.3.0",
52 "extract-text-webpack-plugin": "1.0.1",
53 "file-loader": "0.9.0",
54 "filesize": "3.3.0",
55 "fs-extra": "0.30.0",
56 "gzip-size": "3.0.0",
57 "html-webpack-plugin": "2.24.0",
58 "http-proxy-middleware": "0.17.2",
59 "jest": "17.0.2",
60 "json-loader": "0.5.4",
61 "object-assign": "4.1.0",
62 "path-exists": "2.1.0",
63 "postcss-import": "8.2.0",
64 "postcss-loader": "1.0.0",
65 "postcss-nested": "1.0.0",
66 "postcss-simple-vars": "3.0.0",
67 "promise": "7.1.1",
68 "react-dev-utils": "^0.4.1",
69 "recursive-readdir": "2.1.0",
70 "strip-ansi": "3.0.1",
71 "style-loader": "0.13.1",
72 "stylelint": "^7.8.0",
73 "stylelint-config-standard": "15.0.0",
74 "stylelint-webpack-plugin": "0.5.1",
75 "url-loader": "0.5.7",
76 "webpack": "1.14.0",
77 "webpack-dev-server": "1.16.2",
78 "webpack-manifest-plugin": "1.1.0",
79 "webpack-subresource-integrity": "0.8.1",
80 "whatwg-fetch": "1.0.0"
81 },
82 "devDependencies": {
83 "react": "^15.3.0",
84 "react-dom": "^15.3.0"
85 },
86 "optionalDependencies": {
87 "fsevents": "1.0.14"
88 }
89}