34 lines
890 B
JSON
34 lines
890 B
JSON
{
|
|
"name": "nomadweb-wemini",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "nomadro 微信小程序",
|
|
"scripts": {
|
|
"build:weapp": "taro build --type weapp",
|
|
"dev:weapp": "npm run build:weapp -- --watch"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.26.0",
|
|
"@tarojs/components": "4.0.9",
|
|
"@tarojs/helper": "4.0.9",
|
|
"@tarojs/plugin-framework-react": "4.0.9",
|
|
"@tarojs/plugin-platform-weapp": "4.0.9",
|
|
"@tarojs/react": "4.0.9",
|
|
"@tarojs/runtime": "4.0.9",
|
|
"@tarojs/shared": "4.0.9",
|
|
"@tarojs/taro": "4.0.9",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@tarojs/cli": "4.0.9",
|
|
"@tarojs/webpack5-runner": "4.0.9",
|
|
"@types/react": "^18.3.12",
|
|
"babel-preset-taro": "4.0.9",
|
|
"sass": "^1.81.0",
|
|
"typescript": "^5.6.3",
|
|
"webpack": "5.91.0"
|
|
}
|
|
}
|