@flarian/frontend-preset 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +1 -42
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarian/frontend-preset",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "license": "MIT",
5
5
  "description": "Frontend preset with ESLint 9 flat config and Stylelint",
6
6
  "author": "FlarianWeb",
@@ -104,46 +104,5 @@
104
104
  "stylelint-config-standard": ">=39.0.0",
105
105
  "typescript-eslint": ">=8.15.0",
106
106
  "vue-eslint-parser": ">=10.0.0"
107
- },
108
- "peerDependenciesMeta": {
109
- "@eslint/js": {
110
- "optional": true
111
- },
112
- "@prettier/plugin-pug": {
113
- "optional": true
114
- },
115
- "@stylistic/eslint-plugin": {
116
- "optional": true
117
- },
118
- "@typescript-eslint/utils": {
119
- "optional": true
120
- },
121
- "eslint-config-prettier": {
122
- "optional": true
123
- },
124
- "eslint-plugin-jsonc": {
125
- "optional": true
126
- },
127
- "eslint-plugin-prettier": {
128
- "optional": true
129
- },
130
- "eslint-plugin-simple-import-sort": {
131
- "optional": true
132
- },
133
- "eslint-plugin-vue": {
134
- "optional": true
135
- },
136
- "globals": {
137
- "optional": true
138
- },
139
- "stylelint-config-standard": {
140
- "optional": true
141
- },
142
- "typescript-eslint": {
143
- "optional": true
144
- },
145
- "vue-eslint-parser": {
146
- "optional": true
147
- }
148
107
  }
149
108
  }