forked from wangziqi/gongxue-base
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "@tiku-saas/taro",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build:h5": "taro build --type h5",
|
|
"build:h5:student": "cross-env TARO_APP_PORTAL=student taro build --type h5",
|
|
"build:h5:tenant": "cross-env TARO_APP_PORTAL=tenant-admin taro build --type h5",
|
|
"build:h5:platform": "cross-env TARO_APP_PORTAL=platform-admin taro build --type h5",
|
|
"dev:h5": "taro build --type h5 --watch",
|
|
"check": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"katex": "^0.17.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.28.3",
|
|
"@babel/preset-react": "^7.29.7",
|
|
"@supabase/supabase-js": "^2.108.2",
|
|
"@tarojs/cli": "4.2.0",
|
|
"@tarojs/components": "4.2.0",
|
|
"@tarojs/helper": "4.2.0",
|
|
"@tarojs/plugin-framework-react": "4.2.0",
|
|
"@tarojs/plugin-platform-h5": "4.2.0",
|
|
"@tarojs/plugin-platform-weapp": "4.2.0",
|
|
"@tarojs/react": "4.2.0",
|
|
"@tarojs/runtime": "4.2.0",
|
|
"@tarojs/shared": "4.2.0",
|
|
"@tarojs/taro": "4.2.0",
|
|
"@tarojs/webpack5-runner": "4.2.0",
|
|
"@types/react": "^18.3.24",
|
|
"@types/react-dom": "^18.3.7",
|
|
"babel-preset-taro": "^4.2.0",
|
|
"cross-env": "^7.0.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-refresh": "^0.14.2",
|
|
"typescript": "^5.8.3",
|
|
"webpack": "5.91.0"
|
|
}
|
|
}
|