-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 Bytes
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": "universal-comment-extension",
"private": true,
"version": "1.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"daisyui": "^4.4.19",
"svelte": "^4.2.8",
"svelte-i18n": "^4.0.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tsconfig/svelte": "^5.0.2",
"@types/chrome": "^0.0.254",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"svelte-check": "^3.6.2",
"svelte-preprocess": "^5.1.1",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^5.0.10",
"vite-plugin-static-copy": "^3.0.0"
}
}