-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 858 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
31
32
{
"name": "more-rich-results",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@iconify/svelte": "^3.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@tsconfig/svelte": "^3.0.0",
"@types/chrome": "^0.0.196",
"highlight.js": "^11.6.0",
"moment": "^2.29.4",
"svelte": "^3.49.0",
"svelte-check": "^2.8.1",
"svelte-chrome-storage": "^0.1.8",
"svelte-preprocess": "^4.10.7",
"svelte-spa-router": "^3.3.0",
"svelte-windicss-preprocess": "^4.2.8",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-windicss": "^1.8.8",
"windicss": "^3.5.6"
}
}