mirror of
https://github.com/zhigang1992/react.git
synced 2026-01-25 22:26:32 +08:00
20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"name": "custom-styles",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "react-scripts start",
|
|
"build": "react-scripts build"
|
|
},
|
|
"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",
|
|
"react-scripts": "^3.4.1"
|
|
}
|
|
}
|