generated from sunzhongmou/mf-math
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@sunzhongmou/mf-points",
"version": "0.1.0",
"description": "Points component for micro frontend ",
"main": "src/index.js",
"scripts": {
"format": "prettier --write src",
"test": "react-app-rewired test --watchAll=false",
"start": "PORT=4101 react-app-rewired start",
"build": "react-app-rewired build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunzhongmou/mf-math.git"
},
"keywords": [
"micro",
"frontend",
"react",
"componment"
],
"author": "me@sunwei.xyz",
"license": "MIT",
"bugs": {
"url": "https://github.com/sunzhongmou/mf-points/issues"
},
"homepage": "https://point.sunzhongmou.com",
"dependencies": {
"history": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-app-polyfill": "^2.0.0",
"react-app-rewire-micro-frontends": "^0.0.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/jest": "^25.2.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest-enzyme": "^7.1.2",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.0.5",
"react-app-rewired": "^2.1.6"
},
"config-overrides-path": "node_modules/react-app-rewire-micro-frontends",
"prettier": {
"singleQuote": true,
"trailingComma": "all"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}