-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
70 lines (70 loc) · 1.95 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
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
{
"name": "wai",
"description": "A new tab web extension that can prevent cervical spondylosis",
"version": "1.4.2",
"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 <[email protected]> (https://shaiwang.life)",
"funding": {
"type": "ko_fi",
"url": "https://ko-fi.com/huanluo"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/dukeluo/wai/issues"
},
"homepage": "https://github.com/dukeluo/wai",
"scripts": {
"prepare": "husky install",
"start": "vite",
"build": "vue-tsc --noEmit && vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"lint": "eslint --ext .ts,.vue,.json src && stylelint \"**/*.vue\"",
"lint:fix": "eslint --fix --ext .ts,.vue,.json src && stylelint --fix \"**/*.vue\""
},
"dependencies": {
"vue": "3.3.4"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/chrome": "0.0.197",
"@types/node": "17.0.45",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@vitejs/plugin-vue": "4.3.3",
"@vue/eslint-config-typescript": "11.0.0",
"eslint": "8.19.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-check-file": "2.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-vue": "9.1.1",
"husky": "8.0.1",
"postcss-html": "^1.5.0",
"postcss-preset-env": "^9.1.1",
"prettier": "2.7.1",
"sass": "1.53.0",
"stylelint": "^15.10.3",
"stylelint-config-clean-order": "^5.2.0",
"stylelint-config-recommended-scss": "^12.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"typescript": "4.7.4",
"vite": "4.5.3",
"vite-plugin-banner": "^0.7.0",
"vue-tsc": "0.38.9"
},
"engines": {
"node": ">=20"
}
}