mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2025-12-16 02:08:47 +00:00
20 lines
447 B
JSON
20 lines
447 B
JSON
{
|
|
"name": "twistter-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"create-react-app": "^3.1.2",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "0.9.5"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|