-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 868 Bytes
/
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
{
"name": "chrome-extension-svelte-typescript-boilerplate",
"version": "3.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/nekitcorp/chrome-extension-svelte-typescript-boilerplate.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.3",
"@sveltejs/vite-plugin-svelte": "1.1.0",
"@tsconfig/svelte": "3.0.0",
"@types/chrome": "0.0.200",
"hotkeys-js": "^3.10.2",
"svelte": "3.52.0",
"svelte-check": "2.9.2",
"svelte-preprocess": "4.10.7",
"tslib": "2.4.0",
"typescript": "4.8.4",
"vite": "3.2.0",
"turndown": "^7.1.2"
},
"dependencies": {
}
}