UNPKG

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