forked from CCherry07/formula
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "rxfrom",
"version": "1.0.0",
"type": "module",
"scripts": {
"docs": "npx nx dev docs",
"play:react": "npx nx dev playground-react",
"play:vue": "npx nx dev playground-vue",
"build": "npx nx affected:build",
"build:all": "npx nx run-many --target=build",
"preview": "farm preview",
"clean": "rm -rf .nx/cache & npx nx run-many --target=clean",
"test:e2e": "vitest",
"test": "vitest",
"publish": "npx changeset"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@farmfe/cli": "^1.0.4",
"@farmfe/core": "^1.6.4",
"@farmfe/js-plugin-dts": "^0.6.4",
"@farmfe/plugin-react": "^1.2.6",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"core-js": "^3.40.0",
"nx": "20.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-refresh": "^0.16.0",
"tsup": "^8.3.5",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vitest": "^2.1.8",
"vue": "3.5.13"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"dependencies": {
"alien-deepsignals": "0.1.0",
"alien-signals": "^1.0.1",
"lodash.clonedeep": "^4.5.0",
"mitt": "^3.0.1",
"next": "^15.1.4",
"nextra": "^4.0.0",
"nextra-theme-docs": "^4.0.0",
"rxjs": "8.0.0-alpha.14",
"zod": "^3.24.1"
}
}