-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.27 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.27 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
{
"name": "MockMaster: Browser API Response Simulator",
"type": "module",
"version": "0.0.5",
"private": true,
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228",
"description": "Intercept and simulate browser network requests. Customize API responses, status codes, and delays for frontend development.",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"eslint": "eslint --fix .",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@floating-ui/dom": "^1.6.12",
"@vicons/ionicons5": "^0.13.0",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vueuse/core": "^11.2.0",
"@webext-core/messaging": "^2.2.0",
"@webext-core/proxy-service": "^1.2.1",
"@wxt-dev/storage": "^1.1.1",
"ajax-hook": "^3.0.3",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"cors": "^2.8.5",
"daisyui": "^4.12.14",
"debug": "^4.3.7",
"etag": "^1.8.1",
"fast-glob": "^3.3.2",
"flatted": "^3.3.3",
"fs-extra": "^11.2.0",
"idb": "^8.0.2",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.8",
"svg-baker": "^1.7.0",
"svgo": "^3.3.2",
"tailwind-merge": "^2.5.4",
"url-parse": "^1.5.10",
"uuid": "^11.0.2",
"vanilla-jsoneditor": "^2.3.3",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/vue": "^8.1.0",
"@types/chrome": "^0.0.269",
"@types/lodash-es": "^4.17.12",
"@types/url-parse": "^1.4.11",
"@vitest/browser": "^3.1.1",
"@vitest/coverage-v8": "^1.0.0",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/i18n": "^0.2.3",
"@wxt-dev/module-vue": "^1.0.1",
"eslint": "^9.14.0",
"eslint-plugin-format": "^0.1.2",
"jsdom": "^26.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vitest": "^1.0.0",
"vue-tsc": "^2.1.10",
"wxt": "^0.19.13"
}
}