-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
126 lines (126 loc) · 3.87 KB
/
package.json
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
{
"name": "@oddbit/tanam",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"serve": "npx nx dev cms",
"build": "nx run-many --target=build --all",
"build:cms": "nx build cms",
"build:functions": "nx build cloud-functions",
"genkit": "genkit start",
"lint": "nx affected:lint",
"lint:fix": "nx affected:lint --fix",
"lint:all": "nx run-many --target=lint --all",
"lint:all:fix": "nx run-many --target=lint --all --fix"
},
"private": true,
"engines": {
"node": "20"
},
"dependencies": {
"@egoist/tailwindcss-icons": "^1.8.1",
"@genkit-ai/ai": "^0.5.16",
"@genkit-ai/core": "^0.5.16",
"@genkit-ai/dotprompt": "^0.5.16",
"@genkit-ai/firebase": "^0.5.16",
"@genkit-ai/flow": "^0.5.16",
"@genkit-ai/googleai": "^0.5.16",
"@iconify-json/ic": "^1.2.0",
"@iconify-json/line-md": "^1.2.0",
"@iconify-json/ri": "^1.2.0",
"@tanam/dataconnect": "file:libs/dataconnect/lib/js",
"@tiptap/extension-code-block-lowlight": "^2.6.6",
"@tiptap/extension-floating-menu": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/react": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"apexcharts": "^3.53.0",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"firebase": "^10.13.1",
"firebase-admin": "^12.6.0",
"firebase-functions": "^5.1.1",
"firebaseui": "^6.1.0",
"flatpickr": "^4.6.13",
"genkit": "^0.5.16",
"highlight.js": "^11.10.0",
"jsvectormap": "^1.6.0",
"konva": "^9.3.14",
"lowlight": "^3.1.0",
"next": "^14.2.12",
"peaks.js": "^3.4.2",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.3.1",
"react-image-crop": "^11.0.6",
"sharp": "^0.33.5",
"tslib": "^2.3.0",
"waveform-data": "^4.5.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.8",
"@nx/devkit": "^19.6.5",
"@nx/esbuild": "^19.6.5",
"@nx/eslint": "^19.7.2",
"@nx/eslint-plugin": "^19.6.5",
"@nx/jest": "^19.7.2",
"@nx/js": "19.7.2",
"@nx/next": "^19.6.6",
"@nx/node": "19.7.2",
"@nx/playwright": "^19.5.7",
"@nx/react": "19.6.6",
"@nx/workspace": "^19.6.5",
"@opentelemetry/exporter-jaeger": "^1.26.0",
"@playwright/test": "^1.46.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "^0.5.13",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/react": "^16.0.1",
"@tiptap/extension-link": "^2.6.6",
"@types/highlight.js": "^9.12.4",
"@types/jest": "^29.5.12",
"@types/lowlight": "^0.0.7",
"@types/node": "^18.19.50",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^29.7.0",
"esbuild": "^0.19.12",
"eslint": "~8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "^14.2.8",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.0",
"firebase-functions-test": "^3.3.0",
"firebase-tools": "^13.16.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "^19.6.5",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"tailwindcss": "^3.4.10",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"typescript": "~5.5.2",
"xhr2": "^0.2.1"
}
}