@ramme-io/create-app 0.0.1 → 0.0.3
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 +3 -3
- package/template/README.md +1 -1
- package/template/pkg.json +1 -1
- package/template/package.json +0 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ramme-io/create-app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"create-ramme-app": "./index.js"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"pack-tarball": "npm pack"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@ramme-io/ui": "
|
|
19
|
+
"@ramme-io/ui": "^0.0.1",
|
|
20
20
|
"ag-grid-community": "^34.1.2",
|
|
21
21
|
"ag-grid-enterprise": "^34.1.2",
|
|
22
22
|
"ag-grid-react": "^34.1.2",
|
|
@@ -43,4 +43,4 @@
|
|
|
43
43
|
"react-router-dom": "6.30.1"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
|
-
}
|
|
46
|
+
}
|
package/template/README.md
CHANGED
|
@@ -13,7 +13,7 @@ The starter kit comes pre-configured with a modern frontend stack to ensure a sm
|
|
|
13
13
|
To create a new project using this starter kit, run the following command in your terminal. This will scaffold a new application in a directory of your choice. "your-project-name" should be customized for your new directory.
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm create ramme-app@latest your-project-name
|
|
16
|
+
npm create @ramme-io/app@latest your-project-name
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
This single command will:
|
package/template/pkg.json
CHANGED
package/template/package.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ramme-app",
|
|
3
|
-
"private": true,
|
|
4
|
-
"version": "0.0.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite",
|
|
8
|
-
"build": "tsc && vite build",
|
|
9
|
-
"preview": "vite preview"
|
|
10
|
-
},
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"@ramme-io/ui": "^0.0.1",
|
|
13
|
-
"ag-grid-community": "^31.3.1",
|
|
14
|
-
"ag-grid-enterprise": "^31.3.1",
|
|
15
|
-
"ag-grid-react": "^31.3.1",
|
|
16
|
-
"framer-motion": "^12.23.12",
|
|
17
|
-
"fs-extra": "^11.3.1",
|
|
18
|
-
"react": "^18.2.0",
|
|
19
|
-
"react-dom": "^18.2.0",
|
|
20
|
-
"react-resizable-panels": "^3.0.4",
|
|
21
|
-
"react-router-dom": "6.30.1"
|
|
22
|
-
},
|
|
23
|
-
"devDependencies": {
|
|
24
|
-
"@types/node": "^20.14.2",
|
|
25
|
-
"@types/react": "^18.2.66",
|
|
26
|
-
"@types/react-dom": "^18.2.22",
|
|
27
|
-
"@vitejs/plugin-react": "^4.2.1",
|
|
28
|
-
"autoprefixer": "^10.4.19",
|
|
29
|
-
"postcss": "^8.4.38",
|
|
30
|
-
"tailwindcss": "^3.4.4",
|
|
31
|
-
"typescript": "^5.2.2",
|
|
32
|
-
"vite": "^5.2.0"
|
|
33
|
-
}
|
|
34
|
-
}
|