create-packer 1.25.15 → 1.25.17

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-packer",
3
- "version": "1.25.15",
3
+ "version": "1.25.17",
4
4
  "main": "index.js",
5
5
  "repository": "https://github.com/kevily/create-packer",
6
6
  "author": "1k <bug_zero@163.com>",
@@ -0,0 +1,4 @@
1
+ node_modules
2
+ /dist
3
+ /.vscode
4
+ /.history
@@ -33,7 +33,6 @@
33
33
  },
34
34
  "useJSXTextNode": true
35
35
  },
36
- "ignorePatterns": ["dist/**/*.*", ".vscode/**/*.*", ".history/**/*.*"],
37
36
  "rules": {
38
37
  "import/export": "off",
39
38
  "import/namespace": "off",
@@ -0,0 +1,4 @@
1
+ node_modules
2
+ /dist
3
+ /.vscode
4
+ /.history
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "extends": "stylelint-config-standard",
3
- "ignoreFiles": ["dist/**/*.*", ".vscode/**/*.*", ".history/**/*.*"],
4
3
  "rules": {
5
4
  "comment-empty-line-before": "never",
6
5
  "no-empty-source": null,
@@ -11,7 +11,7 @@
11
11
  "preview": "vite preview",
12
12
  "up:vite": "pnpm up vite @vitejs/* -L",
13
13
  "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
14
- "lint": "tsc --noEmit && eslint **/*.{tsx,ts,jsx,js} && stylelint **/*.{css,scss,less}",
14
+ "lint": "tsc --noEmit && eslint **/*.{tsx,ts,jsx,js} --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less}",
15
15
  "lint:fix": "eslint **/*.{tsx,ts,jsx,js} --fix && stylelint **/*.{css,scss,less} --fix",
16
16
  "cz": "cz",
17
17
  "push": "npm run commit && git push",
@@ -0,0 +1,4 @@
1
+ node_modules
2
+ /dist
3
+ /.vscode
4
+ /.history
@@ -33,7 +33,6 @@
33
33
  },
34
34
  "useJSXTextNode": true
35
35
  },
36
- "ignorePatterns": ["dist/**/*.*", ".vscode/**/*.*", ".history/**/*.*"],
37
36
  "rules": {
38
37
  "import/export": "off",
39
38
  "import/namespace": "off",
@@ -0,0 +1,4 @@
1
+ node_modules
2
+ /dist
3
+ /.vscode
4
+ /.history
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "extends": "stylelint-config-standard",
3
- "ignoreFiles": ["dist/**/*.*", ".vscode/**/*.*", ".history/**/*.*"],
4
3
  "rules": {
5
4
  "comment-empty-line-before": "never",
6
5
  "no-empty-source": null,
@@ -12,7 +12,7 @@
12
12
  "build:analyzer": "webpack --env mode=analyzer",
13
13
  "up:vite": "pnpm up vite @vitejs/* -L",
14
14
  "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,css,scss,less}\"",
15
- "lint": "tsc --noEmit && eslint **/*.{tsx,ts,jsx,js} && stylelint **/*.{css,scss,less}",
15
+ "lint": "tsc --noEmit && eslint **/*.{tsx,ts,jsx,js} --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less}",
16
16
  "lint:fix": "eslint **/*.{tsx,ts,jsx,js} --fix && stylelint **/*.{css,scss,less} --fix",
17
17
  "cz": "cz",
18
18
  "push": "npm run commit && git push",
@@ -12,20 +12,20 @@
12
12
  "format": "prettier --plugin-search-dir . --write ."
13
13
  },
14
14
  "devDependencies": {
15
- "@sveltejs/adapter-auto": "2.0.0",
16
- "@sveltejs/kit": "1.5.0",
17
- "@typescript-eslint/eslint-plugin": "5.45.0",
18
- "@typescript-eslint/parser": "5.45.0",
19
- "eslint": "8.28.0",
20
- "eslint-config-prettier": "8.5.0",
21
- "eslint-plugin-svelte": "2.26.0",
22
- "prettier": "2.8.0",
23
- "prettier-plugin-svelte": "2.8.1",
24
- "svelte": "3.55.0",
25
- "svelte-check": "3.0.1",
26
- "tslib": "2.4.1",
15
+ "@sveltejs/adapter-auto": "2.1.0",
16
+ "@sveltejs/kit": "1.25.0",
17
+ "@typescript-eslint/eslint-plugin": "6.7.2",
18
+ "@typescript-eslint/parser": "6.7.2",
19
+ "eslint": "8.50.0",
20
+ "eslint-config-prettier": "9.0.0",
21
+ "eslint-plugin-svelte": "2.33.2",
22
+ "prettier": "3.0.3",
23
+ "prettier-plugin-svelte": "3.0.3",
24
+ "svelte": "4.2.1",
25
+ "svelte-check": "3.5.2",
26
+ "tslib": "2.6.2",
27
27
  "typescript": "5.2.2",
28
- "vite": "4.3.0"
28
+ "vite": "4.4.9"
29
29
  },
30
30
  "type": "module"
31
31
  }
@@ -0,0 +1,4 @@
1
+ node_modules
2
+ /dist
3
+ /.vscode
4
+ /.history
@@ -34,7 +34,6 @@
34
34
  "jsx": true
35
35
  }
36
36
  },
37
- "ignorePatterns": ["dist/**/*.*", ".vscode/**/*.*", ".history/**/*.*"],
38
37
  "rules": {
39
38
  "import/export": "off",
40
39
  "import/namespace": "off",
@@ -0,0 +1,4 @@
1
+ node_modules
2
+ /dist
3
+ /.vscode
4
+ /.history
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "extends": "stylelint-config-standard",
3
- "ignoreFiles": ["dist/**/*.*", ".vscode/**/*.*", ".history/**/*.*"],
4
3
  "rules": {
5
4
  "comment-empty-line-before": "never",
6
5
  "no-empty-source": null,
@@ -1,6 +1,6 @@
1
1
  import { createPinia } from 'pinia'
2
- import router from '@/router'
3
- import app from './providers/app'
2
+ import { router } from '@/router'
3
+ import { app } from '@/domain/app'
4
4
  import './style.css'
5
5
 
6
6
  app.use(createPinia()).use(router).mount('#app')
@@ -10,7 +10,7 @@
10
10
  "build:analyse": "tsc --noEmit && vite build --mode analyse",
11
11
  "preview": "vite preview",
12
12
  "format": "prettier --write \"**/*.{ts,js,tsx,jsx,json,vue,css,scss,less}\"",
13
- "lint": "eslint **/*.{ts,tsx,js,jsx,vue} && stylelint **/*.{css,scss,less}",
13
+ "lint": "vue-tsc --noEmit && eslint **/*.{ts,tsx,js,jsx,vue} --no-error-on-unmatched-pattern && stylelint **/*.{css,scss,less}",
14
14
  "lint:fix": "eslint **/*.{ts,tsx,js,jsx,vue} --fix && stylelint **/*.{css,scss,less} --fix",
15
15
  "cz": "cz",
16
16
  "push": "npm run commit && git push",