create-tririga-react-ts-vite-app 1.0.3 → 1.0.5

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,4 +1,4 @@
1
- # create-pb-tririga-react-app
1
+ # create-tririga-react-ts-vite-app
2
2
 
3
3
  A CLI tool to scaffold modern TRIRIGA UX applications using React, TypeScript, and Vite.
4
4
 
@@ -7,7 +7,7 @@ A CLI tool to scaffold modern TRIRIGA UX applications using React, TypeScript, a
7
7
  You don't need to install this package locally. You can run it directly using `npx` and replace `my-tririga-app` with your desired app name:
8
8
 
9
9
  ```bash
10
- npx create-pb-tririga-react-app my-tririga-app
10
+ npx create-tririga-react-ts-vite-app my-tririga-app
11
11
  ```
12
12
 
13
13
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tririga-react-ts-vite-app",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Scaffold a TRIRIGA React app with Vite and TypeScript",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -18,6 +18,7 @@
18
18
  "lodash": "^4.17.21",
19
19
  "lodash-es": "^4.17.21",
20
20
  "lucide-react": "^0.575.0",
21
+ "radix-ui": "^1.1.3",
21
22
  "react": "^18.3.1",
22
23
  "react-dom": "^18.3.1",
23
24
  "react-router-dom": "^6.28.0",
@@ -1,4 +1,4 @@
1
- node index.js test-app// Custom type for import.meta.env to satisfy TS if not fully typed
1
+ // Custom type for import.meta.env to satisfy TS if not fully typed
2
2
  /// <reference types="vite/client" />
3
3
 
4
4
  import { setTriAppConfig, getTriAppConfig, TriAppConfig } from '@tririga/tririga-react-components';