-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1016 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 1016 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": "ai-wattch",
"version": "1.0.13",
"description": "AI Wattch - Track emissions from AI prompts",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:extension": "./build.sh",
"dev:extension": "vite --mode development",
"watch": "vite build --watch"
},
"dependencies": {
"@antarctica-global/ai-wattch-constants": "^1.0.2",
"d3-shape": "^3.2.0",
"lucide-react": "^0.263.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.2.0",
"@types/chrome": "^0.1.11",
"@types/d3-shape": "^3.1.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}