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", |
'name': '03', |
||||||
"version": "0.1.0", |
'version': '0.1.0', |
||||||
"private": true, |
'private': true, |
||||||
"dependencies": { |
'dependencies': { |
||||||
"react": "^16.12.0", |
'react': '^16.12.0', |
||||||
"react-dom": "^16.12.0", |
'react-dom': '^16.12.0', |
||||||
"react-scripts": "3.2.0" |
'react-scripts': '3.2.0' |
||||||
}, |
}, |
||||||
"scripts": { |
'scripts': { |
||||||
"start": "react-scripts start", |
'start': 'react-scripts start', |
||||||
"build": "react-scripts build", |
'build': 'react-scripts build', |
||||||
"test": "react-scripts test", |
'test': 'react-scripts test', |
||||||
"eject": "react-scripts eject" |
'eject': 'react-scripts eject' |
||||||
}, |
}, |
||||||
"eslintConfig": { |
'eslintConfig': { |
||||||
"extends": "react-app" |
'extends': 'react-app' |
||||||
}, |
}, |
||||||
"browserslist": { |
'browserslist': { |
||||||
"production": [ |
'production': [ |
||||||
">0.2%", |
'>0.2%', |
||||||
"not dead", |
'not dead', |
||||||
"not op_mini all" |
'not op_mini all' |
||||||
], |
], |
||||||
"development": [ |
'development': [ |
||||||
"last 1 chrome version", |
'last 1 chrome version', |
||||||
"last 1 firefox version", |
'last 1 firefox version', |
||||||
"last 1 safari version" |
'last 1 safari version' |
||||||
] |
] |
||||||
} |
} |
||||||
} |
} |
||||||
|
|||||||
@ -1,13 +1,13 @@ |
|||||||
body { |
body { |
||||||
margin: 0; |
margin: 0; |
||||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', |
||||||
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", |
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', |
||||||
sans-serif; |
sans-serif; |
||||||
-webkit-font-smoothing: antialiased; |
-webkit-font-smoothing: antialiased; |
||||||
-moz-osx-font-smoothing: grayscale; |
-moz-osx-font-smoothing: grayscale; |
||||||
} |
} |
||||||
|
|
||||||
code { |
code { |
||||||
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", |
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', |
||||||
monospace; |
monospace; |
||||||
} |
} |
||||||
|
|||||||
Loading…
Reference in new issue