-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.34 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "next-dev",
"private": true,
"author": {
"name": "Sila",
"email": "[email protected]"
},
"workspaces": [
"./example/*",
"./apps/*",
"./packages/*"
],
"scripts": {
"build": "yarn workspaces foreach --all --exclude next-app run build",
"build:deps": "father prebundle",
"build:doc": "dumi build",
"build:pkg": "turbo run build",
"check-deps": "npx check-dependency-version-consistency .",
"check-deps:fix": "npx check-dependency-version-consistency . --fix",
"clean:build": "rimraf ./packages/*/dist ./packages/*/node_modules ./node_modules/.cache ./.tamagui ./packages/*/compiled",
"dev_": "dumi dev",
"doc": "dumi dev",
"fix": "manypkg fix",
"postinstall": "yarn check-deps",
"native": "cd apps/todo-expo && yarn start",
"pre:doc": "dumi preview",
"prepare": "dumi setup",
"setup": "yarn install",
"unzip": "unzip dist.zip -d dist",
"upd": "yarn upgrade-interactive",
"upgrade:tamagui": "yarn up '*tamagui*'@latest '@tamagui/*'@latest react-native-web-lite@latest",
"upgrade:tamagui:canary": "yarn up '*tamagui*'@canary '@tamagui/*'@canary react-native-web-lite@canary",
"vercel:install": "yarn set version 3.5 && yarn install",
"watch": "yarn workspaces foreach -pi run watch",
"web": "yarn build && cd apps/todo-next && yarn next",
"web:extract": "DISABLE_EXTRACTION=false yarn workspace next-app dev",
"web:prod": "yarn workspace next-app build",
"web:prod:serve": "yarn workspace next-app serve",
"zip": "zip -r dist.zip dist"
},
"resolutions": {
"@react-native/assets-registry@npm:0.74.84": "patch:@react-native/assets-registry@npm%3A0.76.3#~/.yarn/patches/@react-native-assets-registry-npm-0.76.3-3b79aec290.patch",
"@react-native/assets-registry@npm:0.76.3": "patch:@react-native/assets-registry@npm%3A0.76.3#~/.yarn/patches/@react-native-assets-registry-npm-0.76.3-3b79aec290.patch",
"elliptic": "6.6.1",
"fast-xml-parser": "4.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-native-svg": "^15.10.0",
"react-native-web": "~0.19.13",
"react-refresh": "^0.14.0",
"rollup": "3.29.5"
},
"devDependencies": {
"@ant-design/leva-panel": "^1.0.0",
"@ant-design/pro-chat": "1.15.3",
"@ant-design/pro-editor": "^1.3.0",
"@babel/runtime": "^7.26.0",
"@manypkg/cli": "^0.23.0",
"@microlink/react-json-view": "^1.23.4",
"@types/mockjs": "^1.0.10",
"@umijs/plugins": "^4.3.35",
"ai": "^4.0.11",
"antd": "^5.22.3",
"antd-style": "^3.7.1",
"babel-plugin-antd-style": "^1.0.4",
"check-dependency-version-consistency": "^4.1.0",
"cross-env": "^7.0.3",
"dumi": "^2.4.14",
"dumi-theme-antd-style": "^0.31.1",
"eslint": "^9.16.0",
"father": "^4.5.1",
"lodash.template": "^4.5.0",
"mockjs": "^1.1.0",
"monaco-editor": "0.52.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"node-gyp": "^11.0.0",
"prettier": "^3.4.2",
"prettier-plugin-packagejson": "^2.5.6",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.16",
"tamagui-loader": "^1.119.0",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"umi": "^4.3.35",
"webpack": "^5.97.0",
"yjs": "^13.6.20",
"zod": "^3.23.8",
"zustand": "^5.0.2",
"zustand-middleware-yjs": "^1.3.1",
"zustand-utils": "^1.3.2"
},
"packageManager": "[email protected]"
}