-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "tempad-dev",
"description": "Inspect panel on Figma, for everyone.",
"private": true,
"version": "0.3.5",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"build:plugins": "tsx ./plugins/build.ts && tsc -p ./plugins/tsconfig.json",
"npm:plugins": "pnpm build:plugins && cd plugins && pnpm publish --access public && cd ..",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare",
"lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src *.cjs *.json *.md"
},
"devDependencies": {
"@figma/plugin-typings": "^1.100.2",
"@rushstack/eslint-patch": "^1.10.4",
"@types/prismjs": "^1.26.5",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vueuse/core": "^10.11.1",
"@wxt-dev/module-vue": "^1.0.1",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-plugin-perfectionist": "^3.9.1",
"eslint-plugin-vue": "^9.30.0",
"overlayscrollbars": "^2.10.0",
"p-wait-for": "^5.0.2",
"prettier": "^3.3.3",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue": "^3.5.12",
"vue-tsc": "^1.8.27",
"wxt": "^0.19.13"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}