-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
{
"name": "vale",
"displayName": "Vale",
"version": "0.1.0",
"description": "A markup-aware linter for prose built with speed and extensibility in mind.",
"author": "jdkato",
"packageManager": "pnpm@7.5.0",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"plasmo": "^0.73.2",
"svelte": "^3.59.1",
"svelte-preprocess": "^5.0.3",
"@plasmohq/prettier-plugin-sort-imports": "3.5.4",
"@codemirror/language": "^6.10.0",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/state": "^6.4.0",
"@plasmohq/storage": "^1.9.0",
"@steeze-ui/heroicons": "^2.3.0",
"@steeze-ui/svelte-icon": "^1.5.0",
"@zerodevx/svelte-toast": "^0.9.5",
"cm6-theme-basic-dark": "^0.2.0",
"cm6-theme-basic-light": "^0.2.0",
"codemirror": "^6.0.1",
"js-yaml": "^4.1.0",
"webextension-polyfill": "^0.10.0",
"svelte-table": "^0.6.1"
},
"devDependencies": {
"@types/chrome": "0.0.198",
"@types/js-yaml": "^4.0.9",
"@types/node": "18.11.2",
"@types/webextension-polyfill": "^0.10.7",
"postcss": "^8.4.33",
"autoprefixer": "^10.4.17",
"prettier": "2.7.1",
"daisyui": "^4.6.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.4"
},
"manifest": {
"permissions": [
"activeTab",
"storage",
"nativeMessaging",
"scripting"
]
}
}