mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-25 13:17:52 +08:00
38 lines
858 B
JSON
38 lines
858 B
JSON
{
|
|
"name": "custom-styles",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
|
},
|
|
"dependencies": {
|
|
"@geist-ui/react": "latest",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^16.9.32",
|
|
"@types/react-dom": "^16.9.6",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"customize-cra": "^0.9.1",
|
|
"react-app-rewired": "^2.1.6",
|
|
"react-scripts": "^3.4.1",
|
|
"source-map-explorer": "^2.4.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|