UNPKG

2.01 kBJSONView Raw
1{
2 "name": "@gm-react-app/scripts",
3 "version": "3.0.6",
4 "description": "",
5 "author": "liyatang <liyatang@qq.com>",
6 "homepage": "https://github.com/gmfe/gm-react-app/tree/master/packages/scripts#readme",
7 "license": "ISC",
8 "publishConfig": {
9 "access": "public"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/gmfe/gm-react-app.git"
14 },
15 "scripts": {
16 "test": "echo \"Error: run tests from root\" && exit 1"
17 },
18 "bin": {
19 "gm-react-app-scripts": "./bin/scripts.js",
20 "gras": "./bin/scripts.js"
21 },
22 "bugs": {
23 "url": "https://github.com/gmfe/gm-react-app/issues"
24 },
25 "dependencies": {
26 "@babel/core": "^7.8.4",
27 "@hot-loader/react-dom": "^16.11.0",
28 "@svgr/webpack": "^5.3.1",
29 "@types/react": "^16.9.32",
30 "babel-loader": "^8.0.6",
31 "babel-preset-gm-react-app": "^3.0.6",
32 "case-sensitive-paths-webpack-plugin": "^2.3.0",
33 "cross-spawn": "^7.0.2",
34 "css-loader": "^3.5.1",
35 "eslint-plugin-gm-react-app": "^3.0.6",
36 "file-loader": "^6.0.0",
37 "fork-ts-checker-webpack-plugin": "^4.1.3",
38 "fs": "0.0.2",
39 "fs-extra": "^9.0.0",
40 "html-webpack-plugin": "^4.0.4",
41 "husky": "^4.2.3",
42 "less": "^3.11.1",
43 "less-loader": "^5.0.0",
44 "lint-staged": "^10.1.2",
45 "mini-css-extract-plugin": "^0.9.0",
46 "path": "^0.12.7",
47 "postcss-loader": "^3.0.0",
48 "postcss-preset-env": "^6.7.0",
49 "react-hot-loader": "^4.12.19",
50 "shelljs": "^0.8.3",
51 "style-loader": "^1.1.3",
52 "styled-components": "^5.1.0",
53 "stylelint": "^13.3.0",
54 "stylelint-config-standard": "^20.0.0",
55 "terser-webpack-plugin": "^2.1.0",
56 "thread-loader": "^2.1.3",
57 "ts-config-gm-react-app": "^3.0.6",
58 "typescript": "^3.8.3",
59 "url-loader": "^4.0.0",
60 "webpack": "^4.42.1",
61 "webpack-cli": "^3.1.2",
62 "webpack-dev-server": "^3.1.11"
63 },
64 "peerDependencies": {
65 "react": "^16.12.0",
66 "react-dom": "^16.12.0"
67 },
68 "gitHead": "bfc5301995e28d00f6de7d7a07449d03cc15e214"
69}