|
1 | 1 | { |
2 | | - "name": "nhs-notify-web-template-management-frontend", |
3 | | - "version": "0.1.0", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "dev": "next dev", |
7 | | - "build": "next build", |
8 | | - "start": "next start", |
9 | | - "lint": "npm run mock-amplify-outputs && next lint --dir .", |
10 | | - "lint:fix": "npm run lint -- --fix", |
11 | | - "test:unit": "npm run mock-amplify-outputs && jest", |
12 | | - "app:start": "pm2 start npm -- start", |
13 | | - "app:wait": "wait-on -l http://localhost:3000/templates/create-and-submit-templates", |
14 | | - "app:stop": "pm2 kill", |
15 | | - "typecheck": "npm run mock-amplify-outputs && tsc --noEmit", |
16 | | - "create-sandbox": "pm2 start npx -- ampx sandbox", |
17 | | - "destroy-sandbox": "npx ampx sandbox delete --y", |
18 | | - "mock-amplify-outputs": "if [ ! -f ./amplify_outputs.json ]; then echo \"{}\" > ./amplify_outputs.json ; fi" |
19 | | - }, |
20 | 2 | "dependencies": { |
21 | 3 | "@aws-amplify/adapter-nextjs": "^1.5.6", |
22 | 4 | "@aws-amplify/ui-react": "^6.9.4", |
|
27 | 9 | "jsonwebtoken": "^9.0.2", |
28 | 10 | "jwt-decode": "^4.0.0", |
29 | 11 | "markdown-it": "^13.0.2", |
30 | | - "mimetext": "^3.0.27", |
31 | 12 | "next": "^15.2.3", |
32 | 13 | "next-client-cookies": "^2.0.1", |
33 | 14 | "nhs-notify-backend-client": "^0.0.1", |
|
67 | 48 | "typescript": "^5.8.2", |
68 | 49 | "wait-on": "^8.0.3", |
69 | 50 | "whatwg-fetch": "^3.6.20" |
70 | | - } |
| 51 | + }, |
| 52 | + "name": "nhs-notify-web-template-management-frontend", |
| 53 | + "private": true, |
| 54 | + "scripts": { |
| 55 | + "app:start": "pm2 start npm -- start", |
| 56 | + "app:stop": "pm2 kill", |
| 57 | + "app:wait": "wait-on -l http://localhost:3000/templates/create-and-submit-templates", |
| 58 | + "build": "next build", |
| 59 | + "create-sandbox": "pm2 start npx -- ampx sandbox", |
| 60 | + "destroy-sandbox": "npx ampx sandbox delete --y", |
| 61 | + "dev": "next dev", |
| 62 | + "lint": "npm run mock-amplify-outputs && next lint --dir .", |
| 63 | + "lint:fix": "npm run lint -- --fix", |
| 64 | + "mock-amplify-outputs": "if [ ! -f ./amplify_outputs.json ]; then echo \"{}\" > ./amplify_outputs.json ; fi", |
| 65 | + "start": "next start", |
| 66 | + "test:unit": "npm run mock-amplify-outputs && jest", |
| 67 | + "typecheck": "npm run mock-amplify-outputs && tsc --noEmit" |
| 68 | + }, |
| 69 | + "version": "0.1.0" |
71 | 70 | } |
0 commit comments