UNPKG

2.19 kBJSONView Raw
1{
2 "name": "amwic-react-scripts",
3 "version": "1.2.30",
4 "description": "Custom Scripts & Configuration for Create React App.",
5 "repository": "euan-gwd/create-react-app",
6 "license": "MIT",
7 "engines": {
8 "node": ">=6"
9 },
10 "bugs": {
11 "url": "https://github.com/euan-gwd/Amwic-StarterKit/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.2.5",
25 "babel-core": "6.26.0",
26 "babel-eslint": "8.2.1",
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": "2.3.0",
33 "css-loader": "0.28.9",
34 "dotenv": "4.0.0",
35 "dotenv-expand": "4.0.1",
36 "eslint": "4.16.0",
37 "eslint-config-react-app": "^2.1.0",
38 "eslint-loader": "1.9.0",
39 "eslint-plugin-flowtype": "2.42.0",
40 "eslint-plugin-import": "2.8.0",
41 "eslint-plugin-jsx-a11y": "5.1.1",
42 "eslint-plugin-react": "7.6.1",
43 "eslint-config-prettier": "^2.9.0",
44 "eslint-plugin-prettier": "^2.5.0",
45 "prettier-eslint": "^8.8.1",
46 "extract-text-webpack-plugin": "3.0.2",
47 "file-loader": "1.1.6",
48 "fs-extra": "5.0.0",
49 "html-webpack-plugin": "2.30.1",
50 "jest": "20.0.4",
51 "object-assign": "4.1.1",
52 "postcss-flexbugs-fixes": "3.3.0",
53 "postcss-loader": "2.0.10",
54 "promise": "8.0.1",
55 "raf": "3.4.0",
56 "react-dev-utils": "^5.0.0",
57 "style-loader": "0.20.1",
58 "sw-precache-webpack-plugin": "0.11.4",
59 "url-loader": "0.6.2",
60 "webpack": "3.10.0",
61 "webpack-dev-server": "2.11.1",
62 "webpack-manifest-plugin": "1.3.2",
63 "whatwg-fetch": "2.0.3",
64 "prop-types": "^15.6.0",
65 "react-router-dom": "^4.2.2",
66 "styled-components": "^3.1.2",
67 "enzyme": "^3.3.0",
68 "enzyme-adapter-react-16": "^1.1.1",
69 "react-test-renderer": "^16.2.0",
70 "jest-enzyme": "^4.0.2",
71 "jest-styled-components": "^4.10.0"
72 },
73 "devDependencies": {
74 "react": "^16.2.0",
75 "react-dom": "^16.2.0"
76 },
77 "optionalDependencies": {
78 "fsevents": "1.1.3"
79 }
80}
\No newline at end of file