-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.56 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
{
"name": "nutridata",
"type": "module",
"version": "1.4.6",
"dependencies": {
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.2",
"@supabase/supabase-js": "^2.45.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.428.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.7",
"@semantic-release/release-notes-generator": "^10.0.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.5.1",
"@types/react": "^17.0.80",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"jsdom": "^24.1.1",
"postcss": "^8.4.41",
"semantic-release": "^21.0.1",
"supabase": "^1.191.3",
"tailwindcss": "^3.4.10",
"typescript": "^4.5.4",
"vite": "^5.4.10",
"vitest": "^2.1.3"
},
"private": true,
"scripts": {
"dev": "vite --config vite.config.chrome.ts",
"build:chrome": "tsc && vite --config vite.config.chrome.ts build",
"build:firefox": "tsc && vite --config vite.config.firefox.ts build",
"postbuild:firefox": "node scripts/firefox.postbuild.js",
"preview": "vite preview",
"test": "vitest",
"semantic-release": "semantic-release",
"release": "semantic-release",
"tsc": "tsc"
}
}