create-raredays-app 0.1.0 → 0.1.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-raredays-app",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Scaffold a new RareDays Next.js app.",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"author": "Jeremy Harper <jeremy@raredays.com>",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"typescript": "5.9.3",
|
|
22
22
|
"vitest": "4.1.5",
|
|
23
|
-
"@raredays/lint": "0.0
|
|
23
|
+
"@raredays/lint": "0.1.0"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
26
|
"node": ">=20"
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"check": "raredays check && tsc --noEmit"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@raredays/components": "0.0
|
|
29
|
-
"@raredays/core": "0.0
|
|
30
|
-
"@raredays/identity": "0.0
|
|
31
|
-
"@raredays/mocks": "0.0
|
|
32
|
-
"@raredays/style": "0.0
|
|
28
|
+
"@raredays/components": "^0.1.0",
|
|
29
|
+
"@raredays/core": "^0.1.0",
|
|
30
|
+
"@raredays/identity": "^0.1.0",
|
|
31
|
+
"@raredays/mocks": "^0.1.0",
|
|
32
|
+
"@raredays/style": "^0.1.0",
|
|
33
33
|
"lucide-react": "1.14.0",
|
|
34
34
|
"msw": "2.11.5",
|
|
35
35
|
"next": "16.2.4",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"react-dom": "19.2.5"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@raredays/lint": "0.0
|
|
41
|
-
"@raredays/site-config": "0.0
|
|
42
|
-
"@raredays/theme-build": "0.0
|
|
43
|
-
"@raredays/typescript": "0.0
|
|
40
|
+
"@raredays/lint": "^0.1.0",
|
|
41
|
+
"@raredays/site-config": "^0.1.0",
|
|
42
|
+
"@raredays/theme-build": "^0.1.0",
|
|
43
|
+
"@raredays/typescript": "^0.1.0",
|
|
44
44
|
"@storybook/react-vite": "10.3.6",
|
|
45
45
|
"@tailwindcss/postcss": "4.2.4",
|
|
46
46
|
"@tailwindcss/vite": "4.2.4",
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"check": "raredays check && tsc --noEmit"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@raredays/components": "0.0
|
|
35
|
-
"@raredays/core": "0.0
|
|
36
|
-
"@raredays/identity": "0.0
|
|
37
|
-
"@raredays/mocks": "0.0
|
|
38
|
-
"@raredays/postgres": "0.0
|
|
39
|
-
"@raredays/postgres-neon": "0.0
|
|
40
|
-
"@raredays/postgres-pglite": "0.0
|
|
41
|
-
"@raredays/style": "0.0
|
|
34
|
+
"@raredays/components": "^0.1.0",
|
|
35
|
+
"@raredays/core": "^0.1.0",
|
|
36
|
+
"@raredays/identity": "^0.1.0",
|
|
37
|
+
"@raredays/mocks": "^0.1.0",
|
|
38
|
+
"@raredays/postgres": "^0.1.0",
|
|
39
|
+
"@raredays/postgres-neon": "^0.1.0",
|
|
40
|
+
"@raredays/postgres-pglite": "^0.1.0",
|
|
41
|
+
"@raredays/style": "^0.1.0",
|
|
42
42
|
"drizzle-orm": "0.45.2",
|
|
43
43
|
"lucide-react": "1.14.0",
|
|
44
44
|
"msw": "2.11.5",
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"react-dom": "19.2.5"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@raredays/lint": "0.0
|
|
51
|
-
"@raredays/site-config": "0.0
|
|
52
|
-
"@raredays/theme-build": "0.0
|
|
53
|
-
"@raredays/typescript": "0.0
|
|
50
|
+
"@raredays/lint": "^0.1.0",
|
|
51
|
+
"@raredays/site-config": "^0.1.0",
|
|
52
|
+
"@raredays/theme-build": "^0.1.0",
|
|
53
|
+
"@raredays/typescript": "^0.1.0",
|
|
54
54
|
"@tailwindcss/postcss": "4.2.4",
|
|
55
55
|
"@types/node": "22.19.17",
|
|
56
56
|
"@types/react": "19.2.14",
|
|
@@ -22,18 +22,18 @@
|
|
|
22
22
|
"check": "raredays check && tsc --noEmit"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@raredays/components": "0.0
|
|
26
|
-
"@raredays/core": "0.0
|
|
27
|
-
"@raredays/style": "0.0
|
|
25
|
+
"@raredays/components": "^0.1.0",
|
|
26
|
+
"@raredays/core": "^0.1.0",
|
|
27
|
+
"@raredays/style": "^0.1.0",
|
|
28
28
|
"next": "16.2.4",
|
|
29
29
|
"react": "19.2.5",
|
|
30
30
|
"react-dom": "19.2.5"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@raredays/lint": "0.0
|
|
34
|
-
"@raredays/site-config": "0.0
|
|
35
|
-
"@raredays/theme-build": "0.0
|
|
36
|
-
"@raredays/typescript": "0.0
|
|
33
|
+
"@raredays/lint": "^0.1.0",
|
|
34
|
+
"@raredays/site-config": "^0.1.0",
|
|
35
|
+
"@raredays/theme-build": "^0.1.0",
|
|
36
|
+
"@raredays/typescript": "^0.1.0",
|
|
37
37
|
"@storybook/react-vite": "10.3.6",
|
|
38
38
|
"@tailwindcss/postcss": "4.2.4",
|
|
39
39
|
"@tailwindcss/vite": "4.2.4",
|
package/templates/client/_npmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@raredays:registry=http://localhost:4873
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@raredays:registry=http://localhost:4873
|
package/templates/static/_npmrc
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@raredays:registry=http://localhost:4873
|