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.
18 lines
404 B
18 lines
404 B
{ |
|
"name": "react-interview-code", |
|
"version": "0.1.0", |
|
"license": "MIT", |
|
"private": true, |
|
"dependencies": { |
|
"bootstrap": "^4.0.0", |
|
"react": "^16.3.0", |
|
"react-dom": "^16.3.0", |
|
"react-scripts": "1.1.1" |
|
}, |
|
"scripts": { |
|
"start": "react-scripts start", |
|
"build": "react-scripts build", |
|
"test": "react-scripts test --env=jsdom", |
|
"eject": "react-scripts eject" |
|
} |
|
}
|
|
|