-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
151 lines (151 loc) · 4.75 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "@dvcol/trakt-extension",
"type": "module",
"version": "1.24.1",
"title": "Side Trakt (companion app for Trakt.tv)",
"packageManager": "[email protected]",
"description": "Side Trakt, a chrome extension for Trakt.tv",
"license": "MIT",
"author": "dvcol",
"homepage": "https://github.com/dvcol/trakt-extension",
"bugs": "https://github.com/dvcol/trakt-extension/issues",
"repository": {
"type": "git",
"url": "https://github.com/dvcol/trakt-extension.git"
},
"engines": {
"node": ">=20",
"pnpm": ">= 7"
},
"main": "./dist/lib/index.js",
"types": "./dist/lib/index.d.ts",
"files": [
"*.md",
"LICENSE",
"dist/lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"prepare": "husky",
"clear": "rimraf dist",
"dist": "pnpm run clear && esno scripts/prepare.ts",
"type:check": "vue-tsc --build",
"vite:serve": "vite --host",
"vite:build": "vite build",
"vite:preview": "vite preview",
"dev": "cross-env NODE_ENV=development run-p dist vite:serve",
"dev:web": "VITE_SOURCEMAP=true VITE_WEB=true run-s build vite:preview",
"build": "cross-env NODE_ENV=production run-s dist type:check 'vite:build {@}' --",
"build:web": "VITE_WEB=true VITE_BASE=/trakt-extension/ pnpm run build",
"analyse": "vite-bundle-visualizer",
"test:unit": "vitest run --coverage --mode testing",
"test:watch": "vitest --mode testing",
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"lint": "eslint .",
"lint:fix": "pnpm run lint --fix",
"style": "stylelint **/*.{vue,css,scss,less,html} --go '{\"gitignore\":true}'",
"style:fix": "pnpm run style --fix",
"release": "standard-version",
"release:changelog": "extract-changelog-release > RELEASE.md"
},
"dependencies": {
"@dvcol/base-http-client": "^1.16.1",
"@dvcol/common-utils": "^1.14.1",
"@dvcol/simkl-http-client": "^1.1.8",
"@dvcol/tmdb-http-client": "^1.3.10",
"@dvcol/trakt-http-client": "^1.4.16",
"@dvcol/web-extension-utils": "^3.3.2",
"@vue/devtools": "^7.0.15",
"iso-3166-2": "^1.0.0",
"naive-ui": "^2.38.1",
"pinia": "^2.1.7",
"vue": "^3.4.14",
"vue-lite-youtube-embed": "^1.2.4",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@dvcol/eslint-plugin-presets": "^1.3.11",
"@dvcol/stylelint-plugin-presets": "^2.1.2",
"@tsconfig/node20": "^20.1.2",
"@types/chrome": "^0.0.266",
"@types/fs-extra": "^11.0.1",
"@types/jsdom": "^21.1.2",
"@types/node": "^20.5.3",
"@types/webextension-polyfill": "^0.10.2",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-vue": "^5.0.1",
"@vitest/coverage-v8": "^1.1.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.5.1",
"c8": "^9.0.0",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^8.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsonc": "^2.9.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vitest": "^0.4.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"eslint-plugin-yml": "^1.0.0",
"esno": "^4.0.0",
"extract-changelog-release": "^1.0.2",
"fs-extra": "^11.1.1",
"husky": "^9.0.6",
"jsdom": "^24.0.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^15.0.0",
"magic-string": "^0.30.3",
"npm-run-all2": "^6.0.0",
"prettier": "^3.1.1",
"rimraf": "^5.0.1",
"rollup": "^4.8.0",
"sass": "^1.66.1",
"standard-version": "^9.5.0",
"stylelint": "^16.2.0",
"typescript": "^5.4.2",
"unplugin-vue-ce": "^1.0.0-beta.19",
"vite": "^5.0.10",
"vite-bundle-visualizer": "^1.0.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-dts": "^3.6.4",
"vite-plugin-pwa": "^0.20.0",
"vitest": "^1.1.0",
"vue-tsc": "^1.8.27",
"webextension-polyfill": "^0.10.0",
"yaml-eslint-parser": "^1.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue,svelte,json,md}": [
"eslint --fix"
],
"*.{css,scss,less,vue,svelte}": [
"stylelint --fix"
]
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/plugin-syntax-flow",
"@babel/plugin-transform-react-jsx",
"svelte"
],
"allowedVersions": {
"stylelint": ">=15"
}
}
}
}