12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "@dcloudio/uni-app-uts",
- "version": "3.0.0-4020920240930001",
- "description": "uni-app-uts",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "files": [
- "dist",
- "lib"
- ],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/dcloudio/uni-app.git",
- "directory": "packages/uni-app-uts"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "license": "Apache-2.0",
- "dependencies": {
- "@babel/parser": "^7.23.9",
- "@babel/types": "^7.20.7",
- "@dcloudio/uni-cli-shared": "3.0.0-4020920240930001",
- "@dcloudio/uni-i18n": "3.0.0-4020920240930001",
- "@dcloudio/uni-nvue-styler": "3.0.0-4020920240930001",
- "@dcloudio/uni-shared": "3.0.0-4020920240930001",
- "@jridgewell/gen-mapping": "^0.3.3",
- "@jridgewell/trace-mapping": "^0.3.19",
- "@rollup/pluginutils": "^5.0.5",
- "@vue/compiler-core": "3.4.21",
- "@vue/compiler-dom": "3.4.21",
- "@vue/compiler-sfc": "3.4.21",
- "@vue/consolidate": "^1.0.0",
- "@vue/shared": "3.4.21",
- "debug": "^4.3.3",
- "es-module-lexer": "^1.2.1",
- "estree-walker": "^2.0.2",
- "fs-extra": "^10.0.0",
- "magic-string": "^0.30.7",
- "picocolors": "^1.0.0",
- "source-map-js": "^1.0.2",
- "unimport": "^3.9.0"
- },
- "devDependencies": {
- "@types/debug": "^4.1.7",
- "@types/fs-extra": "^9.0.13",
- "pug": "^3.0.2"
- }
- }
|