|
1 | 1 | { |
2 | 2 | "name": "vite-vue-template-sky", |
3 | 3 | "private": true, |
4 | | - "version": "1.2.0", |
| 4 | + "version": "1.3.0", |
5 | 5 | "description": "an opinionated vite starter template for vue", |
6 | 6 | "keywords": [ |
7 | 7 | "template", |
|
47 | 47 | ], |
48 | 48 | "main": "src/main.ts", |
49 | 49 | "type": "module", |
50 | | - "packageManager": "pnpm@9.5.0", |
| 50 | + "packageManager": "pnpm@9.9.0", |
51 | 51 | "engines": { |
52 | 52 | "node": ">=18.13.0", |
53 | 53 | "npm": ">=9.6.0", |
|
61 | 61 | "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint && pnpm lint:markdownlint && pnpm lint:type", |
62 | 62 | "lint:eslint": "eslint --fix .", |
63 | 63 | "lint:prettier": "prettier --write .", |
64 | | - "lint:stylelint": "stylelint --fix", |
| 64 | + "lint:stylelint": "stylelint --fix \"**/*.{vue,css}\"", |
65 | 65 | "lint:markdownlint": "markdownlint --fix **/*.md", |
66 | 66 | "lint:type": "vue-tsc --noEmit", |
67 | 67 | "test": "pnpm test:unit && pnpm test:e2e", |
|
89 | 89 | "@changesets/cli": "^2.27.7", |
90 | 90 | "@commitlint/cli": "^19.4.1", |
91 | 91 | "@commitlint/config-conventional": "^19.4.1", |
| 92 | + "@commitlint/types": "^19.0.3", |
| 93 | + "@eslint/js": "^9.9.1", |
92 | 94 | "@iconify/vue": "^4.1.2", |
93 | 95 | "@playwright/test": "^1.46.1", |
94 | 96 | "@tailwindcss/aspect-ratio": "^0.4.2", |
|
97 | 99 | "@tailwindcss/typography": "^0.5.15", |
98 | 100 | "@testing-library/vue": "^8.1.0", |
99 | 101 | "@types/lodash-es": "^4.17.12", |
100 | | - "@types/mockjs": "^1.0.10", |
101 | 102 | "@types/node": "^22.5.2", |
102 | | - "@typescript-eslint/eslint-plugin": "^8.3.0", |
103 | | - "@typescript-eslint/parser": "^8.3.0", |
104 | 103 | "@vitejs/plugin-legacy": "^5.4.2", |
105 | 104 | "@vitejs/plugin-vue": "^5.1.3", |
106 | 105 | "@vitejs/plugin-vue-jsx": "^4.0.1", |
|
114 | 113 | "eslint-config-prettier": "^9.1.0", |
115 | 114 | "eslint-config-standard": "^17.1.0", |
116 | 115 | "eslint-import-resolver-typescript": "^3.6.3", |
117 | | - "eslint-plugin-import": "^2.29.1", |
| 116 | + "eslint-plugin-import": "^2.30.0", |
118 | 117 | "eslint-plugin-jsdoc": "^50.2.2", |
119 | 118 | "eslint-plugin-jsx-a11y": "^6.9.0", |
120 | 119 | "eslint-plugin-n": "^17.10.2", |
|
123 | 122 | "eslint-plugin-testing-library": "^6.3.0", |
124 | 123 | "eslint-plugin-vitest": "^0.5.4", |
125 | 124 | "eslint-plugin-vue": "^9.27.0", |
| 125 | + "globals": "^15.9.0", |
126 | 126 | "husky": "^9.1.5", |
127 | 127 | "is-ci": "^3.0.1", |
128 | 128 | "jsdom": "^25.0.0", |
|
134 | 134 | "postcss-import": "^16.1.0", |
135 | 135 | "postcss-load-config": "^6.0.1", |
136 | 136 | "postcss-preset-env": "^10.0.2", |
137 | | - "postcss-url": "^10.1.3", |
138 | 137 | "prettier": "^3.3.3", |
139 | 138 | "prettier-plugin-tailwindcss": "^0.6.6", |
140 | 139 | "rimraf": "^6.0.1", |
|
145 | 144 | "stylelint-config-standard-vue": "^1.0.0", |
146 | 145 | "tailwindcss": "^3.4.10", |
147 | 146 | "typescript": "^5.5.4", |
| 147 | + "typescript-eslint": "^8.4.0", |
148 | 148 | "unplugin-element-plus": "^0.8.0", |
149 | 149 | "vite": "^5.4.2", |
150 | 150 | "vite-plugin-checker": "^0.7.2", |
151 | 151 | "vite-plugin-pwa": "^0.20.2", |
152 | 152 | "vitest": "^2.0.5", |
| 153 | + "vue-eslint-parser": "^9.4.3", |
153 | 154 | "vue-tsc": "^2.1.4" |
154 | 155 | } |
155 | 156 | } |
0 commit comments