generated from mpppk/ts-react-chrome-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.41 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "selection-command",
"version": "0.11.4",
"author": "ujiro99",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"pretty-quick": "pretty-quick",
"precommit": "pretty-quick --staged",
"zip": "npm-build-zip --source=dist --destination=build"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@rjsf/core": "^5.24.1",
"@rjsf/utils": "^5.24.1",
"@rjsf/validator-ajv8": "^5.24.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"colorthief": "^2.6.0",
"lottie-web": "^5.12.2",
"lucide-react": "^0.468.0",
"platform": "^1.3.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-textarea-autosize": "^8.5.3",
"react-transition-group": "^4.4.5",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.30",
"@eslint/js": "^9.17.0",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/chrome": "^0.0.293",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/platform": "^1.3.6",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-transition-group": "^4.4.10",
"@types/webextension-polyfill": "^0.10.7",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"glob": "^10.3.10",
"globals": "^15.14.0",
"husky": "^8.0.3",
"npm-build-zip": "^1.0.4",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5",
"vite-plugin-css-injected-by-js": "^3.5.2",
"webextension-polyfill": "^0.10.0"
},
"browserslist": {
"production": [
"last 3 chrome version"
],
"development": [
"last 3 chrome version"
]
},
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}