|
1 | | -{ |
2 | | - "name": "@aaronpowell/react-static-web-apps-auth", |
3 | | - "version": "1.0.0", |
4 | | - "description": "A library to help creating authenticated React apps on Azure Static Web Apps", |
5 | | - "main": "build/index.js", |
6 | | - "types": "build/index.d.ts", |
7 | | - "scripts": { |
8 | | - "build": "tsc", |
9 | | - "watch": "tsc --watch", |
10 | | - "lint": "eslint src/**/*.ts", |
11 | | - "lint:fix": "npm run lint -- --fix" |
12 | | - }, |
13 | | - "keywords": [ |
14 | | - "react", |
15 | | - "azure", |
16 | | - "cloud", |
17 | | - "serverless", |
18 | | - "hosting", |
19 | | - "static", |
20 | | - "authentication", |
21 | | - "staticwebapp" |
22 | | - ], |
23 | | - "author": { |
24 | | - "name": "Aaron Powell", |
25 | | - "email": "me+github@aaron-powell.com", |
26 | | - "url": "https://www.aaron-powell.com" |
27 | | - }, |
28 | | - "license": "MIT", |
29 | | - "devDependencies": { |
30 | | - "@types/react": "^17.0.0", |
31 | | - "@typescript-eslint/eslint-plugin": "^4.10.0", |
32 | | - "@typescript-eslint/parser": "^4.10.0", |
33 | | - "eslint": "^7.15.0", |
34 | | - "eslint-config-prettier": "^7.0.0", |
35 | | - "eslint-plugin-prettier": "^3.3.0", |
36 | | - "eslint-plugin-react": "^7.21.5", |
37 | | - "husky": "^4.3.6", |
38 | | - "prettier": "^2.2.1", |
39 | | - "typescript": "^4.1.3" |
40 | | - }, |
41 | | - "husky": { |
42 | | - "hooks": { |
43 | | - "pre-commit": "npm run build && npm run lint" |
44 | | - } |
45 | | - }, |
46 | | - "dependencies": {}, |
47 | | - "peerDependencies": { |
48 | | - "react": "^17.0.1", |
49 | | - "react-dom": "^17.0.1" |
50 | | - }, |
51 | | - "repository": { |
52 | | - "type": "git", |
53 | | - "url": "https://github.com/aaronpowell/react-static-web-apps-auth" |
54 | | - }, |
55 | | - "bugs": { |
56 | | - "url": "https://github.com/aaronpowell/react-static-web-apps-auth/issues" |
57 | | - }, |
58 | | - "homepage": "https://github.com/aaronpowell/react-static-web-apps-auth", |
59 | | - "private": false |
60 | | -} |
| 1 | +{ |
| 2 | + "name": "@aaronpowell/react-static-web-apps-auth", |
| 3 | + "version": "1.1.0", |
| 4 | + "description": "A library to help creating authenticated React apps on Azure Static Web Apps", |
| 5 | + "main": "build/index.js", |
| 6 | + "types": "build/index.d.ts", |
| 7 | + "scripts": { |
| 8 | + "build": "tsc", |
| 9 | + "watch": "tsc --watch", |
| 10 | + "lint": "eslint src/**/*.ts", |
| 11 | + "lint:fix": "npm run lint -- --fix" |
| 12 | + }, |
| 13 | + "keywords": [ |
| 14 | + "react", |
| 15 | + "azure", |
| 16 | + "cloud", |
| 17 | + "serverless", |
| 18 | + "hosting", |
| 19 | + "static", |
| 20 | + "authentication", |
| 21 | + "staticwebapp" |
| 22 | + ], |
| 23 | + "author": { |
| 24 | + "name": "Aaron Powell", |
| 25 | + "email": "me+github@aaron-powell.com", |
| 26 | + "url": "https://www.aaron-powell.com" |
| 27 | + }, |
| 28 | + "license": "MIT", |
| 29 | + "devDependencies": { |
| 30 | + "@types/react": "^17.0.0", |
| 31 | + "@typescript-eslint/eslint-plugin": "^4.10.0", |
| 32 | + "@typescript-eslint/parser": "^4.10.0", |
| 33 | + "eslint": "^7.15.0", |
| 34 | + "eslint-config-prettier": "^7.0.0", |
| 35 | + "eslint-plugin-prettier": "^3.3.0", |
| 36 | + "eslint-plugin-react": "^7.21.5", |
| 37 | + "husky": "^4.3.6", |
| 38 | + "prettier": "^2.2.1", |
| 39 | + "typescript": "^4.1.3" |
| 40 | + }, |
| 41 | + "husky": { |
| 42 | + "hooks": { |
| 43 | + "pre-commit": "npm run build && npm run lint" |
| 44 | + } |
| 45 | + }, |
| 46 | + "dependencies": {}, |
| 47 | + "peerDependencies": { |
| 48 | + "react": "^17.0.1", |
| 49 | + "react-dom": "^17.0.1" |
| 50 | + }, |
| 51 | + "repository": { |
| 52 | + "type": "git", |
| 53 | + "url": "https://github.com/aaronpowell/react-static-web-apps-auth" |
| 54 | + }, |
| 55 | + "bugs": { |
| 56 | + "url": "https://github.com/aaronpowell/react-static-web-apps-auth/issues" |
| 57 | + }, |
| 58 | + "homepage": "https://github.com/aaronpowell/react-static-web-apps-auth", |
| 59 | + "private": false |
| 60 | +} |
0 commit comments