2021-08-04 06:48:57 +00:00
|
|
|
{
|
2022-06-18 10:01:57 +00:00
|
|
|
"name": "app",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rm -rf build && NODE_ENV=production node ./esbuild.config.js",
|
2022-10-02 17:09:47 +00:00
|
|
|
"start": "NODE_ENV=development node ./esbuild.config.js",
|
2022-11-12 18:24:37 +00:00
|
|
|
"format": "prettier --write 'src/**/*.(ts|tsx|js|jsx)'"
|
2022-06-18 10:01:57 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Lakhan Samani",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2024-05-01 12:10:11 +00:00
|
|
|
"@authorizerdev/authorizer-react": "^1.3.2",
|
2022-06-18 10:01:57 +00:00
|
|
|
"@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",
|
2022-10-02 17:09:47 +00:00
|
|
|
"styled-components": "^5.3.0",
|
|
|
|
"typescript": "^4.3.5"
|
2022-06-18 10:01:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react-router-dom": "^5.1.8",
|
2022-10-02 17:09:47 +00:00
|
|
|
"@types/styled-components": "^5.1.11",
|
|
|
|
"prettier": "2.7.1"
|
2022-06-18 10:01:57 +00:00
|
|
|
}
|
2021-08-04 06:48:57 +00:00
|
|
|
}
|