-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "headache",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"build-extension": "yarn build && cp src/manifest.json dist/",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@preact/signals-react": "^1.3.6",
"@tanstack/react-table": "^8.10.3",
"@vitejs/plugin-react-swc": "^3.4.0",
"date-fns": "^2.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.46.2",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.8.0"
},
"devDependencies": {
"@types/chrome": "^0.0.246",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.1.0",
"@vitest/coverage-c8": "^0.33.0",
"autoprefixer": "^10.4.16",
"cz-conventional-changelog": "^3.3.0",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-turbo-console": "^0.1.0",
"vitest": "^0.34.5"
},
"config": {
"commitizen": {
"path": "cz-emoji"
}
}
}