-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 850 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 850 Bytes
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
{
"name": "lexiflow",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@clerk/chrome-extension": "^3.1.6",
"@google/generative-ai": "^0.24.1",
"@heroicons/react": "^2.2.0",
"@tailwindcss/postcss": "^4.2.2",
"dotenv": "^17.4.0",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.4.0",
"@types/chrome": "^0.1.39",
"@types/node": "^25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"typescript": "~6.0.2",
"vite": "^8.0.3",
"vite-plugin-zip-pack": "^1.2.4"
}
}