forked from word-hunter/word-hunter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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": "word-hunter",
"version": "1.1.0",
"author": "sapjax",
"description": "",
"type": "module",
"license": "MIT",
"keywords": [
"chrome-extension",
"solid",
"solidjs",
"vite"
],
"engines": {
"node": ">=14.18.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"fmt": "prettier --write '**/*.{tsx,ts,json,css,md}'"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.23",
"@playwright/test": "^1.46.1",
"@types/chrome": "^0.0.263",
"@types/node": "^22.5.1",
"daisyui": "^4.9.0",
"postcss-import": "^16.1.0",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"vite": "^5.2.7",
"vite-plugin-solid": "^2.10.2"
},
"dependencies": {
"@neodrag/solid": "^2.0.4",
"@thisbeyond/solid-dnd": "^0.7.5",
"@webcomponents/custom-elements": "^1.6.0",
"component-register": "0.8.3",
"solid-element": "^1.8.0",
"solid-js": "^1.8.16",
"tailwindcss": "^3.4.3",
"webext-bridge": "^6.0.1"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}