UNPKG

@tarojs/taro

Version:
76 lines 1.55 kB
{ "name": "@tarojs/taro", "version": "4.1.11", "description": "Taro framework", "author": "O2Team", "license": "MIT", "main": "index.js", "typings": "types/index.d.ts", "files": [ "index.js", "types", "html.css", "html5.css" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "keywords": [ "taro" ], "engines": { "node": ">= 18" }, "dependencies": { "@types/postcss-url": "^10.0.4", "@tarojs/api": "4.1.11", "@tarojs/runtime": "4.1.11" }, "devDependencies": { "html-webpack-plugin": "^5.6.0", "webpack": "5.91.0", "webpack-chain": "^6.5.1", "webpack-dev-server": "^4.15.2", "rollup": "^3.29.4", "@tarojs/components": "4.1.11", "@tarojs/helper": "4.1.11", "@tarojs/shared": "4.1.11" }, "peerDependencies": { "@types/react": "^18", "html-webpack-plugin": "^5", "rollup": "^3", "postcss": "^8", "vue": "^3", "webpack": "^5", "webpack-chain": "^6", "webpack-dev-server": "^4", "@tarojs/helper": "4.1.11", "@tarojs/components": "4.1.11", "@tarojs/shared": "4.1.11" }, "peerDependenciesMeta": { "@types/react": { "optional": true }, "html-webpack-plugin": { "optional": true }, "rollup": { "optional": true }, "vue": { "optional": true }, "webpack": { "optional": true }, "webpack-chain": { "optional": true }, "webpack-dev-server": { "optional": true } } }