-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 3.98 KB
/
package.json
File metadata and controls
127 lines (127 loc) · 3.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "@mediware/source",
"displayName": "Mediware",
"description": "Your Precision Partner",
"author": {
"email": "abubakar.mughal2ooo@icloud.com",
"name": "Abu Bakar Asif",
"url": "https://github.com/abubakar2000"
},
"version": "0.0.0",
"license": "MIT",
"scripts": {
"clear": "nx reset",
"dev-old": "concurrently \"nx run billing-api:serve:development\" \"nx run billing-web:serve:development\"",
"dev": " npx nx run-many --target=serve --projects=billing-api,billing-web",
"migrate": "prisma db push",
"studio": "prisma studio",
"wipe": "dropdb mediware",
"api:run": "nx run billing-api:serve:development",
"web:run": "nx run billing-web:serve:development",
"api:build": "nx run billing-api:build:production",
"api:prod": "node dist/apps/billing/api/main.js",
"web:build": "nx run billing-web:build:production"
},
"private": true,
"dependencies": {
"@fastify/autoload": "~5.7.1",
"@fastify/cors": "^8.4.2",
"@fastify/jwt": "^7.2.4",
"@fastify/sensible": "~5.2.0",
"@fluentui/react-components": "^9.42.0",
"@prisma/client": "^5.7.1",
"@swc/helpers": "~0.5.2",
"axios": "^1.6.2",
"clsx": "^2.0.0",
"concurrently": "^8.2.2",
"fastify": "~4.13.0",
"fastify-plugin": "~4.5.0",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-is": "18.2.0",
"react-router-dom": "6.11.2",
"styled-components": "5.3.6",
"tslib": "^2.3.0",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.4",
"workbox-broadcast-update": "^5.1.4",
"workbox-cacheable-response": "^5.1.4",
"workbox-core": "^5.1.4",
"workbox-expiration": "^5.1.4",
"workbox-google-analytics": "^5.1.4",
"workbox-navigation-preload": "^5.1.4",
"workbox-precaching": "^5.1.4",
"workbox-range-requests": "^5.1.4",
"workbox-routing": "^5.1.4",
"workbox-strategies": "^5.1.4",
"workbox-streams": "^5.1.4"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/cypress": "17.1.3",
"@nx/esbuild": "17.1.3",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.2.0-beta.12",
"@nx/node": "17.1.3",
"@nx/react": "^17.2.0-beta.12",
"@nx/vite": "17.2.0-beta.12",
"@nx/webpack": "17.1.3",
"@nx/workspace": "17.1.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/plugin-styled-components": "^1.5.67",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-is": "18.2.2",
"@types/react-router-dom": "5.3.3",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.6",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.4.1",
"cypress": "^13.0.0",
"esbuild": "^0.19.2",
"eslint": "~8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "17.1.3",
"postcss": "^8.4.32",
"prettier": "^2.6.2",
"prisma": "^5.7.1",
"react-refresh": "^0.10.0",
"tailwindcss": "^3.3.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.2.2",
"url-loader": "^4.1.1",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vitest": "~0.34.6"
},
"nx": {
"includedScripts": []
}
}