@farm.js/create-app 0.1.0-beta.19 → 0.1.0-beta.21

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
@@ -5,7 +5,7 @@ Create a new Farm.js application
5
5
  Farm.js is currently in beta.
6
6
 
7
7
  ```bash
8
- pnpm create @farm.js/app my-app
8
+ pnpm create @farm.js/app@beta my-app
9
9
  cd my-app
10
10
  pnpm dev
11
11
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farm.js/create-app",
3
- "version": "0.1.0-beta.19",
3
+ "version": "0.1.0-beta.21",
4
4
  "description": "Create a new Farm.js application",
5
5
  "keywords": [
6
6
  "@farm.js/create-app",
@@ -10,12 +10,12 @@
10
10
  "type-check": "tsc --noEmit"
11
11
  },
12
12
  "dependencies": {
13
- "@farm.js/core": "0.1.0-beta.19",
13
+ "@farm.js/core": "0.1.0-beta.21",
14
14
  "react": "^19.0.0",
15
15
  "react-dom": "^19.0.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@farm.js/cli": "0.1.0-beta.19",
18
+ "@farm.js/cli": "0.1.0-beta.21",
19
19
  "@types/react": "^19.0.0",
20
20
  "@types/react-dom": "^19.0.0",
21
21
  "tailwindcss": "^4.0.0",
@@ -0,0 +1,5 @@
1
+ allowBuilds:
2
+ "@prisma/client": true
3
+ esbuild: true
4
+ sharp: true
5
+ vue-demi: true