|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "homepage": "./", |
6 | | - "dependencies": { |
7 | | - "@heroicons/react": "^2.0.18", |
8 | | - "@privata/types": "file:../common-types", |
9 | | - "@radix-ui/react-checkbox": "^1.0.4", |
10 | | - "@radix-ui/react-dialog": "^1.0.4", |
11 | | - "@radix-ui/react-popover": "^1.0.6", |
12 | | - "@radix-ui/react-scroll-area": "^1.0.4", |
13 | | - "@radix-ui/react-select": "^1.2.2", |
14 | | - "@radix-ui/react-tabs": "^1.0.4", |
15 | | - "@radix-ui/react-tooltip": "^1.0.6", |
16 | | - "@tanstack/react-table": "^8.10.3", |
17 | | - "@testing-library/jest-dom": "^5.14.1", |
18 | | - "@testing-library/react": "^13.0.0", |
19 | | - "@testing-library/user-event": "^13.2.1", |
20 | | - "@types/react": "^18.0.0", |
21 | | - "@types/react-dom": "^18.0.0", |
22 | | - "axios": "^1.4.0", |
23 | | - "framer-motion": "^10.12.18", |
24 | | - "react": "^18.2.0", |
25 | | - "react-dom": "^18.2.0", |
26 | | - "react-router-dom": "^6.14.1", |
27 | | - "react-scripts": "5.0.1", |
28 | | - "web-vitals": "^2.1.0" |
29 | | - }, |
30 | 6 | "scripts": { |
31 | 7 | "start": "craco start", |
32 | 8 | "build": "craco build", |
|
35 | 11 | "prisma-generate": "prisma generate", |
36 | 12 | "prisma-migrate": "prisma migrate dev --name init", |
37 | 13 | "prisma-db-push": "prisma db push", |
38 | | - "jest-test": "jest" |
| 14 | + "jest-test": "jest", |
| 15 | + "npm-check-update": "npm-check --skip-unused -u" |
39 | 16 | }, |
40 | 17 | "eslintConfig": { |
41 | 18 | "extends": [ |
|
55 | 32 | "last 1 safari version" |
56 | 33 | ] |
57 | 34 | }, |
| 35 | + "prisma": { |
| 36 | + "schema": "src/api/db/prisma/schema.prisma" |
| 37 | + }, |
| 38 | + "dependencies": { |
| 39 | + "@heroicons/react": "^2.0.18", |
| 40 | + "@prisma/client": "^5.5.2", |
| 41 | + "@privata/types": "file:../common-types", |
| 42 | + "@radix-ui/react-checkbox": "^1.0.4", |
| 43 | + "@radix-ui/react-dialog": "^1.0.4", |
| 44 | + "@radix-ui/react-popover": "^1.0.6", |
| 45 | + "@radix-ui/react-scroll-area": "^1.0.4", |
| 46 | + "@radix-ui/react-select": "^1.2.2", |
| 47 | + "@radix-ui/react-tabs": "^1.0.4", |
| 48 | + "@radix-ui/react-tooltip": "^1.0.6", |
| 49 | + "@tanstack/react-table": "^8.10.3", |
| 50 | + "@testing-library/jest-dom": "^5.14.1", |
| 51 | + "@testing-library/react": "^13.0.0", |
| 52 | + "@testing-library/user-event": "^13.2.1", |
| 53 | + "@types/react": "^18.0.0", |
| 54 | + "@types/react-dom": "^18.0.0", |
| 55 | + "axios": "^1.4.0", |
| 56 | + "framer-motion": "^10.12.18", |
| 57 | + "path-browserify": "^1.0.1", |
| 58 | + "react": "^18.2.0", |
| 59 | + "react-dom": "^18.2.0", |
| 60 | + "react-router-dom": "^6.14.1", |
| 61 | + "react-scripts": "5.0.1", |
| 62 | + "typescript": "^4.4.2", |
| 63 | + "web-vitals": "^2.1.0" |
| 64 | + }, |
58 | 65 | "devDependencies": { |
59 | 66 | "@craco/craco": "^7.1.0", |
60 | | - "@prisma/client": "^5.3.1", |
61 | | - "@types/jest": "^27.0.1", |
| 67 | + "@types/jest": "^29.5.5", |
62 | 68 | "@types/node": "^16.7.13", |
63 | 69 | "jest": "^29.7.0", |
64 | | - "prisma": "^5.3.1", |
| 70 | + "prisma": "^5.5.2", |
65 | 71 | "tailwindcss": "^3.3.3", |
66 | 72 | "ts-jest": "^29.1.1", |
67 | | - "ts-node": "^10.9.1", |
68 | | - "typescript": "^4.4.2" |
| 73 | + "ts-node": "^10.9.1" |
69 | 74 | } |
70 | 75 | } |
0 commit comments