forked from MichaelYuhe/ai-group-tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "ai-group-tabs",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky install",
"dev": "cross-env NODE_ENV=development vite build --watch",
"build": "vite build",
"typecheck": "tsc --noEmit",
"style": "prettier --check \"src/**/*.{ts,tsx}\"",
"style:fix": "prettier --write \"src/**/*.{ts,tsx}\""
},
"author": "MichaelYuhe",
"license": "MIT",
"dependencies": {
"@types/mustache": "4.1.0",
"mustache": "4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"prettier": {
"tabWidth": 2
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/chrome": "0.0.254",
"@types/node": "^20.10.4",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.32",
"prettier": "^2.2.1",
"shell-quote": "^1.8.1",
"tailwindcss": "^3.3.6",
"typescript": "^5.0.4",
"vite": "^5.0.7"
}
}