-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.97 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.97 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
{
"name": "@dext7r/seekjob",
"displayName": "Seek Job",
"author": "h7ml <[email protected]>",
"version": "0.0.1",
"private": true,
"description": "Seek Job",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/dext7r/seekjob"
},
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint . --fix --ext js,mjs,cjs,ts,mts,cts,vue",
"preview": "vite preview"
},
"dependencies": {
"marked": "^12.0.2",
"pinia": "^2.1.7",
"vue": "^3.4.26",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.22",
"@iconify-json/mdi": "^1.1.66",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.10",
"@types/eslint-config-prettier": "^6.11.3",
"@types/node": "^20.12.8",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.26",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.19",
"chrome-types": "^0.1.282",
"daisyui": "^4.10.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.20.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.76.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.0",
"unplugin-vue-router": "^0.8.6",
"vite": "^5.2.11",
"vite-plugin-vue-devtools": "^7.1.3",
"vue-tsc": "^2.0.16",
"webext-bridge": "^6.0.1"
},
"overrides": {
"@crxjs/vite-plugin": "$@crxjs/vite-plugin"
},
"pnpm": {
"overrides": {},
"peerDependencyRules": {
"allowAny": [],
"allowedDeprecatedVersions": {
"sourcemap-codec": "1.4.8"
},
"allowedVersions": {},
"ignoreMissing": []
}
}
}