6 changed files with 3587 additions and 3587 deletions
File diff suppressed because it is too large
Load Diff
@ -1,31 +1,31 @@
|
||||
{ |
||||
"name": "03", |
||||
"version": "0.1.0", |
||||
"private": true, |
||||
"dependencies": { |
||||
"react": "^16.12.0", |
||||
"react-dom": "^16.12.0", |
||||
"react-scripts": "3.2.0" |
||||
'name': '03', |
||||
'version': '0.1.0', |
||||
'private': true, |
||||
'dependencies': { |
||||
'react': '^16.12.0', |
||||
'react-dom': '^16.12.0', |
||||
'react-scripts': '3.2.0' |
||||
}, |
||||
"scripts": { |
||||
"start": "react-scripts start", |
||||
"build": "react-scripts build", |
||||
"test": "react-scripts test", |
||||
"eject": "react-scripts eject" |
||||
'scripts': { |
||||
'start': 'react-scripts start', |
||||
'build': 'react-scripts build', |
||||
'test': 'react-scripts test', |
||||
'eject': 'react-scripts eject' |
||||
}, |
||||
"eslintConfig": { |
||||
"extends": "react-app" |
||||
'eslintConfig': { |
||||
'extends': 'react-app' |
||||
}, |
||||
"browserslist": { |
||||
"production": [ |
||||
">0.2%", |
||||
"not dead", |
||||
"not op_mini all" |
||||
'browserslist': { |
||||
'production': [ |
||||
'>0.2%', |
||||
'not dead', |
||||
'not op_mini all' |
||||
], |
||||
"development": [ |
||||
"last 1 chrome version", |
||||
"last 1 firefox version", |
||||
"last 1 safari version" |
||||
'development': [ |
||||
'last 1 chrome version', |
||||
'last 1 firefox version', |
||||
'last 1 safari version' |
||||
] |
||||
} |
||||
} |
||||
|
||||
@ -1,13 +1,13 @@
|
||||
body { |
||||
margin: 0; |
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", |
||||
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", |
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
||||
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
||||
sans-serif; |
||||
-webkit-font-smoothing: antialiased; |
||||
-moz-osx-font-smoothing: grayscale; |
||||
} |
||||
|
||||
code { |
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", |
||||
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
||||
monospace; |
||||
} |
||||
|
||||
Loading…
Reference in new issue