|
1 | 1 | { |
2 | 2 | "name": "@tempad-dev/extension", |
3 | | - "description": "TemPad Dev browser extension.", |
4 | | - "private": true, |
5 | 3 | "version": "0.14.3", |
| 4 | + "private": true, |
| 5 | + "description": "TemPad Dev browser extension.", |
6 | 6 | "type": "module", |
7 | 7 | "scripts": { |
8 | 8 | "dev": "wxt", |
|
14 | 14 | "postinstall": "wxt prepare", |
15 | 15 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts", |
16 | 16 | "lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix", |
17 | | - "format": "prettier --write \"**/*.{js,ts,jsx,tsx,cjs,mjs,cts,mts,vue,json,md,css}\" --ignore-path ../.gitignore" |
| 17 | + "format": "oxfmt \"!**/*.css\" && prettier --write \"**/*.css\"", |
| 18 | + "format:check": "oxfmt --check \"!**/*.css\" && prettier --check \"**/*.css\"" |
18 | 19 | }, |
19 | 20 | "dependencies": { |
20 | 21 | "@tempad-dev/mcp-shared": "workspace:^0.1.0", |
|
26 | 27 | "vue": "^3.5.24" |
27 | 28 | }, |
28 | 29 | "devDependencies": { |
| 30 | + "@eslint/js": "^9.39.1", |
29 | 31 | "@figma/plugin-typings": "^1.121.0", |
30 | 32 | "@rushstack/eslint-patch": "^1.15.0", |
31 | 33 | "@types/node": "^24.10.1", |
32 | 34 | "@types/prismjs": "^1.26.5", |
33 | 35 | "@types/stringify-object": "^4.0.5", |
34 | | - "@eslint/js": "^9.39.1", |
35 | 36 | "@vue/eslint-config-prettier": "^10.2.0", |
36 | 37 | "@vue/eslint-config-typescript": "^14.6.0", |
37 | 38 | "@wxt-dev/module-vue": "^1.0.3", |
38 | | - "eslint-config-flat-gitignore": "^2.1.0", |
39 | 39 | "comment-mark": "^2.0.1", |
40 | 40 | "esbuild": "^0.27.0", |
41 | 41 | "eslint": "^9.39.1", |
| 42 | + "eslint-config-flat-gitignore": "^2.1.0", |
42 | 43 | "eslint-plugin-perfectionist": "^4.15.1", |
43 | 44 | "eslint-plugin-vue": "^10.5.1", |
44 | 45 | "p-limit": "^7.2.0", |
45 | 46 | "pino": "^9.14.0", |
46 | 47 | "playwright-chromium": "^1.56.1", |
47 | | - "prettier": "^3.6.2", |
48 | 48 | "proper-lockfile": "^4.1.2", |
49 | 49 | "tsx": "^4.20.6", |
50 | 50 | "typescript": "^5.9.3", |
|
0 commit comments