Files

63 lines
1.9 KiB
JSON

{
"name": "takeout-c-side-mini-program-v1",
"version": "0.1.0",
"private": true,
"description": "Takeout SaaS C-end WeChat mini program based on Taro Vue3 NutUI",
"scripts": {
"dev": "pnpm run dev:weapp",
"dev:weapp": "taro build --type weapp --watch",
"build": "pnpm run build:weapp",
"build:weapp": "taro build --type weapp",
"lint": "eslint --ext .js,.ts,.vue src config",
"typecheck": "tsc --noEmit"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"dependencies": {
"@babel/runtime": "^7.24.4",
"@nutui/icons-vue-taro": "0.0.9",
"@nutui/nutui-taro": "4.3.14",
"@tarojs/components": "4.1.11",
"@tarojs/plugin-framework-vue3": "4.1.11",
"@tarojs/plugin-html": "4.1.11",
"@tarojs/plugin-platform-weapp": "4.1.11",
"@tarojs/runtime": "4.1.11",
"@tarojs/shared": "4.1.11",
"@tarojs/taro": "4.1.11",
"pinia": "^2.3.1",
"vue": "^3.5.18"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@tarojs/cli": "4.1.11",
"@tarojs/plugin-platform-alipay": "4.1.11",
"@tarojs/plugin-platform-jd": "4.1.11",
"@tarojs/plugin-platform-swan": "4.1.11",
"@tarojs/plugin-platform-tt": "4.1.11",
"@tarojs/taro-h5": "4.1.11",
"@tarojs/taro-rn": "4.1.11",
"@tarojs/vite-runner": "4.1.11",
"@types/minimatch": "^5.1.2",
"@types/react": "^18.3.28",
"@types/react-native": "~0.73.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"babel-preset-taro": "4.1.11",
"eslint": "^8.57.0",
"eslint-config-taro": "4.1.11",
"eslint-plugin-vue": "^8.7.1",
"html-webpack-plugin": "^5.6.6",
"postcss": "^8.5.6",
"sass": "^1.75.0",
"stylelint": "^16.4.0",
"stylelint-config-standard": "^38.0.0",
"terser": "^5.30.4",
"typescript": "^5.4.5",
"vite": "^4.2.0",
"webpack-chain": "^6.5.1",
"webpack-dev-server": "^5.2.3"
}
}