|
1 | 1 | { |
2 | | - "name": "app", |
3 | | - "version": "1.0.0", |
4 | | - "description": "", |
5 | | - "main": "index.js", |
6 | | - "scripts": { |
7 | | - "build": "rm -rf build && NODE_ENV=production node ./esbuild.config.js", |
8 | | - "start": "NODE_ENV=development node ./esbuild.config.js" |
9 | | - }, |
10 | | - "keywords": [], |
11 | | - "author": "Lakhan Samani", |
12 | | - "license": "ISC", |
13 | | - "dependencies": { |
14 | | - "@authorizerdev/authorizer-react": "^0.24.0", |
15 | | - "@types/react": "^17.0.15", |
16 | | - "@types/react-dom": "^17.0.9", |
17 | | - "esbuild": "^0.12.17", |
18 | | - "react": "^17.0.2", |
19 | | - "react-dom": "^17.0.2", |
20 | | - "react-is": "^17.0.2", |
21 | | - "react-router-dom": "^5.2.0", |
22 | | - "typescript": "^4.3.5", |
23 | | - "styled-components": "^5.3.0" |
24 | | - }, |
25 | | - "devDependencies": { |
26 | | - "@types/react-router-dom": "^5.1.8", |
27 | | - "@types/styled-components": "^5.1.11" |
28 | | - } |
| 2 | + "name": "app", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "", |
| 5 | + "main": "index.js", |
| 6 | + "scripts": { |
| 7 | + "build": "rm -rf build && NODE_ENV=production node ./esbuild.config.js", |
| 8 | + "start": "NODE_ENV=development node ./esbuild.config.js" |
| 9 | + }, |
| 10 | + "keywords": [], |
| 11 | + "author": "Lakhan Samani", |
| 12 | + "license": "ISC", |
| 13 | + "dependencies": { |
| 14 | + "@authorizerdev/authorizer-react": "^0.25.0", |
| 15 | + "@types/react": "^17.0.15", |
| 16 | + "@types/react-dom": "^17.0.9", |
| 17 | + "esbuild": "^0.12.17", |
| 18 | + "react": "^17.0.2", |
| 19 | + "react-dom": "^17.0.2", |
| 20 | + "react-is": "^17.0.2", |
| 21 | + "react-router-dom": "^5.2.0", |
| 22 | + "typescript": "^4.3.5", |
| 23 | + "styled-components": "^5.3.0" |
| 24 | + }, |
| 25 | + "devDependencies": { |
| 26 | + "@types/react-router-dom": "^5.1.8", |
| 27 | + "@types/styled-components": "^5.1.11" |
| 28 | + } |
29 | 29 | } |
0 commit comments