-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "web-buddy-chrome-extension",
"description": "Chrome Extension for blocking unwanted websites instantly and stay focused while browsing. With anti-porn preset.",
"private": true,
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"oxlint": "npx --yes oxlint@latest",
"lint": "eslint --ext .js,.ts,.svelte .",
"lint:fix": "eslint --ext .js,.ts,.svelte . --fix",
"prettier": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@sveltejs/vite-plugin-svelte": "3.0.1",
"@tsconfig/svelte": "5.0.2",
"@types/chrome": "0.0.256",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"autoprefixer": "10.4.16",
"eslint": "8.56.0",
"eslint-plugin-svelte": "2.35.1",
"postcss": "8.4.33",
"prettier": "3.2.4",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.0.11"
}
}