UNPKG

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