-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "memox",
"description": "memo x",
"private": true,
"version": "0.0.1",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"compile": "tsc --noEmit",
"prepare": "wxt prepare && panda codegen",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"devDependencies": {
"@iconify/json": "^2.2.101",
"@pandacss/dev": "^0.11.0",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"eslint-plugin-solid": "^0.12.1",
"prettier": "3.0.1",
"prettier-plugin-organize-imports": "3.2.3",
"typescript": "5.1.6",
"unplugin-icons": "^0.16.5",
"vite-plugin-solid": "^2.7.0",
"webext-bridge": "^6.0.1",
"wxt": "^0.3.1"
},
"dependencies": {
"@ark-ui/solid": "^0.9.0",
"@leeoniya/ufuzzy": "^1.0.8",
"@solid-primitives/scheduled": "^1.4.1",
"@solidjs/router": "^0.8.3",
"@tiptap/core": "^2.0.4",
"@tiptap/extension-document": "^2.0.4",
"@tiptap/extension-paragraph": "^2.0.4",
"@tiptap/extension-placeholder": "^2.0.4",
"@tiptap/extension-text": "^2.0.4",
"@tiptap/extension-typography": "^2.0.4",
"@tiptap/pm": "^2.0.4",
"@vrite/tiptap-solid": "^2023.7.25",
"acebase": "^1.29.2",
"acebase-core": "^1.27.5",
"date-fns": "^2.30.0",
"destr": "^2.0.1",
"solid-js": "^1.7.11",
"solidjs-use": "^2.3.0"
}
}