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.
 
 
 
 
 

27 lines
614 B

{
"name": "ditto-frontend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "parcel public/index.html",
"build": "parcel build public/index.html"
},
"author": "garritfra",
"license": "ISC",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"axios": "^0.18.1",
"body-parser": "^1.18.3",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"parcel-bundler": "^1.11.0",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"devDependencies": {
"typescript": "^3.3.3333"
}
}