28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"name": "app",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "rm -rf build && NODE_ENV=production node ./esbuild.config.js",
|
|
"start": "NODE_ENV=development node ./esbuild.config.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "Lakhan Samani",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@authorizerdev/authorizer-react": "^0.3.0",
|
|
"@types/react": "^17.0.15",
|
|
"@types/react-dom": "^17.0.9",
|
|
"esbuild": "^0.12.17",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-is": "^17.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-router-dom": "^5.1.8"
|
|
}
|
|
}
|