You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
561 B
28 lines
561 B
{ |
|
"name": "react", |
|
"version": "1.0.0", |
|
"description": "", |
|
"keywords": [], |
|
"main": "src/index.js", |
|
"dependencies": { |
|
"react": "16.12.0", |
|
"react-dom": "16.12.0", |
|
"react-scripts": "3.0.1", |
|
"roughjs": "3.1.0" |
|
}, |
|
"devDependencies": { |
|
"typescript": "3.3.3" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"test": "react-scripts test --env=jsdom", |
|
"eject": "react-scripts eject" |
|
}, |
|
"browserslist": [ |
|
">0.2%", |
|
"not dead", |
|
"not ie <= 11", |
|
"not op_mini all" |
|
] |
|
} |