UNPKG

@tarojs/mini-runner

Version:

Mini app runner for taro

110 lines 3.19 kB
{ "name": "@tarojs/mini-runner", "version": "3.6.7", "description": "Mini app runner for taro", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "files": [ "index.js", "dist" ], "keywords": [ "taro" ], "author": "luckyadam", "license": "MIT", "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "homepage": "https://github.com/NervJS/taro#readme", "dependencies": { "@babel/core": "^7.14.5", "acorn-walk": "^8.0.0", "autoprefixer": "^9.7.4", "babel-loader": "8.2.1", "copy-webpack-plugin": "5.1.2", "css-loader": "5.2.7", "csso-webpack-plugin": "2.0.0-beta.1", "file-loader": "^6.0.0", "html-minifier": "^4.0.0", "jsdom": "^21.1.0", "less": "^4.1.0", "less-loader": "7.3.0", "loader-utils": "^1.2.3", "lodash": "^4.17.21", "md5": "^2.3.0", "micromatch": "^4.0.2", "mini-css-extract-plugin": "0.9.0", "miniprogram-simulate": "^1.1.5", "mkdirp": "^1.0.4", "ora": "^5.0.0", "postcss-import": "^14.0.0", "postcss-loader": "4.3.0", "postcss-url": "^10.1.3", "regenerator-runtime": "0.11", "resolve": "^1.22.0", "resolve-url-loader": "4.0.0", "sass": "1.50.0", "sass-loader": "10.2.0", "sax": "1.2.4", "stylus": "^0.55.0", "stylus-loader": "3.0.2", "terser-webpack-plugin": "^3.0.5", "url-loader": "^4.1.0", "vm2": "^3.8.4", "webpack": "4.46.0", "webpack-chain": "4.9.0", "webpack-sources": "^1.4.3", "webpack-format-messages": "^2.0.5", "@tarojs/components": "3.6.7", "@tarojs/helper": "3.6.7", "@tarojs/plugin-platform-alipay": "3.6.7", "@tarojs/plugin-platform-jd": "3.6.7", "@tarojs/plugin-platform-qq": "3.6.7", "@tarojs/plugin-platform-swan": "3.6.7", "@tarojs/plugin-platform-tt": "3.6.7", "@tarojs/plugin-platform-weapp": "3.6.7", "@tarojs/runner-utils": "3.6.7", "@tarojs/runtime": "3.6.7", "@tarojs/shared": "3.6.7", "@tarojs/taro": "3.6.7", "@tarojs/taro-loader": "3.6.7", "babel-preset-taro": "3.6.7", "postcss-html-transform": "3.6.7", "postcss-pxtransform": "3.6.7" }, "devDependencies": { "@types/sax": "^1.2.4", "@types/webpack": "4", "babel-jest": "^29.5.0", "jest": "^29.3.1", "jest-cli": "^29.3.1", "jest-transform-css": "^6.0.1", "jest-environment-node": "^29.5.0", "memfs": "^3.1.2", "memory-fs": "^0.5.0", "postcss": "^8.4.18", "ts-jest": "^29.0.5", "typescript": "^4.7.4", "vue-loader": "^15.10.1", "webpack-merge": "^4.2.2" }, "peerDependencies": { "postcss": "^8.4.18" }, "scripts": { "build": "pnpm run clean && pnpm run prod", "dev": "pnpm run mv:comp && tsc -w", "prod": "tsc && pnpm run mv:comp", "mv:comp": "node ./mv-comp.js", "clean": "rimraf dist", "test": "cross-env NODE_ENV=jest jest", "test:ci": "cross-env NODE_ENV=jest jest --ci -i", "test:dev": "cross-env NODE_ENV=jest jest --watch", "test:coverage": "cross-env NODE_ENV=jest jest --coverage", "updateSnapshot": "cross-env NODE_ENV=jest jest --updateSnapshot" } }