create-ts-vite-project 0.2.9 → 0.3.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.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Шаблон для приложений
2
2
 
3
- Шаблон поддерживает мультиплатформенную разработку приложений под web, Windows / MacOS / Linux / Android / IOS.
3
+ Шаблон поддерживает мультиплатформенную разработку приложений под Web / Windows / MacOS / Linux / Android / IOS.
4
4
 
5
5
  - TypeScript, Vite,
6
6
  - сборка под desktop с помощью Electron или Tauri,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ts-vite-project",
3
- "version": "0.2.9",
3
+ "version": "0.3.1",
4
4
  "productName": "TS Vite Project Template Creator",
5
5
  "description": "Template for projects based typescript, vite, vitest, eslint, prettier, electron, tauri",
6
6
  "license": "MIT",
@@ -61,7 +61,6 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@eslint/js": "^9.39.1",
64
- "@types/jest": "^30.0.0",
65
64
  "@types/node": "^24.10.1",
66
65
  "@types/prompts": "^2.4.9",
67
66
  "@typescript-eslint/eslint-plugin": "^8.47.0",
@@ -73,10 +72,8 @@
73
72
  "eslint-plugin-node": "^11.1.0",
74
73
  "eslint-plugin-prettier": "^5.5.4",
75
74
  "globals": "^16.5.0",
76
- "jest": "^30.2.0",
77
75
  "prettier": "^3.6.2",
78
76
  "prompts": "^2.4.2",
79
- "ts-jest": "^29.4.5",
80
77
  "ts-node": "^10.9.2",
81
78
  "typescript": "^5.9.3"
82
79
  },
@@ -2,7 +2,7 @@
2
2
  "name": "ts-vite-project",
3
3
  "version": "0.1.0",
4
4
  "productName": "TS Vite Project",
5
- "description": "TypeScript Vite application",
5
+ "description": "TypeScript Vite Application",
6
6
  "license": "MIT",
7
7
  "keywords": [],
8
8
  "author": "",
@@ -29,9 +29,14 @@
29
29
  "electron/**/*"
30
30
  ],
31
31
  "exclude": [
32
+ "android",
32
33
  "build",
34
+ "coverage",
33
35
  "dist",
36
+ "dist-ssr",
34
37
  "out",
38
+ "platforms",
39
+ "src-tauri",
35
40
  "node_modules",
36
41
  "**/*.case.ts",
37
42
  "**/*.test.ts",