-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 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
{
"name": "chrome-extension-svelte-typescript-boilerplate",
"description": "Boilerplate for Chrome Extension Svelte Typescript project",
"version": "1.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.18",
"@sveltejs/vite-plugin-svelte": "2.4.5",
"@tsconfig/svelte": "5.0.2",
"@types/chrome": "0.0.243",
"autoprefixer": "10.4.16",
"postcss": "8.4.31",
"svelte": "4.2.0",
"svelte-check": "3.5.0",
"svelte-preprocess": "5.0.4",
"tailwindcss": "3.3.3",
"tslib": "2.6.2",
"typescript": "5.2.2",
"vite": "4.2.3"
},
"dependencies": {
"axios": "^1.7.2",
"bits-ui": "^0.21.10",
"clsx": "^2.1.1",
"tailwind-variants": "^0.2.1",
"tailwindcss-scoped-preflight": "^3.2.8"
}
}