-
-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.18 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.18 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "wai",
"description": "A new tab web extension that can prevent cervical spondylosis",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "git+https://github.com/dukeluo/wai.git"
},
"keywords": [
"web extension",
"chrome extension",
"firefox add-on",
"new tab",
"funny",
"awesome",
"cervical spondylosis"
],
"author": "Huan Luo <dukeluo@outlook.com> (https://shaiwang.life)",
"funding": [
{
"type": "ko_fi",
"url": "https://ko-fi.com/huanluo"
},
{
"type": "github",
"url": "https://github.com/sponsors/dukeluo"
}
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dukeluo/wai/issues"
},
"homepage": "https://github.com/dukeluo/wai",
"type": "module",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"lint": "eslint . && stylelint \"**/*.{vue, scss}\"",
"lint:fix": "eslint . --fix && stylelint \"**/*.{vue, scss}\" --fix",
"supabase:functions:deploy": "supabase functions deploy --project-ref lrymgxtzbdzqgoesfnan"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@eslint/js": "^9.21.0",
"@supabase/supabase-js": "^2.49.1",
"@types/chrome": "0.0.197",
"@types/node": "20.14.8",
"@vitejs/plugin-vue": "5.2.1",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-check-file": "^3.1.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.0.0",
"husky": "8.0.1",
"postcss-html": "^1.5.0",
"postcss-preset-env": "^9.1.1",
"prettier": "^3.2.5",
"sass": "1.53.0",
"stylelint": "^16.15.0",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-recommended-vue": "^1.6.0",
"supabase": "^2.15.8",
"typescript": "^5.7.3",
"typescript-eslint": "^8.26.0",
"vite": "^6.2.0",
"vite-plugin-banner": "^0.8.0",
"vue": "3.5.13",
"vue-tsc": "2.2.0"
},
"engines": {
"node": ">=20"
}
}