UNPKG

3.29 kBJSONView Raw
1{
2 "name": "@tarojs/mini-runner",
3 "version": "3.6.30",
4 "description": "Mini app runner for taro",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/NervJS/taro.git"
9 },
10 "files": [
11 "index.js",
12 "dist"
13 ],
14 "keywords": [
15 "taro"
16 ],
17 "author": "luckyadam",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/NervJS/taro/issues"
21 },
22 "homepage": "https://github.com/NervJS/taro#readme",
23 "dependencies": {
24 "@babel/core": "^7.14.5",
25 "acorn-walk": "^8.0.0",
26 "autoprefixer": "^9.7.4",
27 "babel-loader": "8.2.1",
28 "copy-webpack-plugin": "5.1.2",
29 "css-loader": "5.2.7",
30 "csso-webpack-plugin": "2.0.0-beta.1",
31 "file-loader": "^6.0.0",
32 "html-minifier": "^4.0.0",
33 "jsdom": "^21.1.0",
34 "less": "^4.1.0",
35 "less-loader": "7.3.0",
36 "loader-utils": "^1.2.3",
37 "lodash": "^4.17.21",
38 "md5": "^2.3.0",
39 "micromatch": "^4.0.2",
40 "mini-css-extract-plugin": "0.9.0",
41 "miniprogram-simulate": "^1.1.5",
42 "mkdirp": "^1.0.4",
43 "ora": "^5.0.0",
44 "postcss-import": "^14.0.0",
45 "postcss-loader": "4.3.0",
46 "postcss-url": "^10.1.3",
47 "regenerator-runtime": "0.11",
48 "resolve": "^1.22.0",
49 "resolve-url-loader": "4.0.0",
50 "sass": "1.50.0",
51 "sass-loader": "10.2.0",
52 "sax": "1.2.4",
53 "stylus": "^0.55.0",
54 "stylus-loader": "3.0.2",
55 "terser-webpack-plugin": "^3.0.5",
56 "url-loader": "^4.1.0",
57 "vm2": "^3.8.4",
58 "webpack": "4.46.0",
59 "webpack-chain": "4.9.0",
60 "webpack-sources": "^1.4.3",
61 "webpack-format-messages": "^2.0.5",
62 "@tarojs/helper": "3.6.30",
63 "@tarojs/plugin-platform-jd": "3.6.30",
64 "@tarojs/plugin-platform-swan": "3.6.30",
65 "@tarojs/plugin-platform-alipay": "3.6.30",
66 "@tarojs/plugin-platform-qq": "3.6.30",
67 "@tarojs/plugin-platform-tt": "3.6.30",
68 "@tarojs/plugin-platform-weapp": "3.6.30",
69 "@tarojs/runner-utils": "3.6.30",
70 "babel-preset-taro": "3.6.30",
71 "@tarojs/taro-loader": "3.6.30",
72 "postcss-html-transform": "3.6.30",
73 "postcss-pxtransform": "3.6.30"
74 },
75 "devDependencies": {
76 "@types/sax": "^1.2.4",
77 "@types/webpack": "4",
78 "babel-jest": "^29.5.0",
79 "jest": "^29.3.1",
80 "jest-cli": "^29.3.1",
81 "jest-transform-css": "^6.0.1",
82 "jest-environment-node": "^29.5.0",
83 "memfs": "^3.1.2",
84 "memory-fs": "^0.5.0",
85 "postcss": "^8.4.18",
86 "ts-jest": "^29.0.5",
87 "typescript": "^4.7.4",
88 "vue-loader": "^15.10.1",
89 "webpack-merge": "^4.2.2",
90 "@tarojs/runtime": "3.6.30",
91 "@tarojs/taro": "3.6.30",
92 "@tarojs/shared": "3.6.30"
93 },
94 "peerDependencies": {
95 "postcss": "^8.4.18",
96 "@tarojs/runtime": "~3.6.30",
97 "@tarojs/taro": "~3.6.30",
98 "@tarojs/shared": "~3.6.30"
99 },
100 "scripts": {
101 "build": "pnpm run clean && pnpm run prod",
102 "dev": "pnpm run mv:comp && tsc -w",
103 "prod": "tsc && pnpm run mv:comp",
104 "mv:comp": "node ./mv-comp.js",
105 "clean": "rimraf dist",
106 "test": "cross-env NODE_ENV=jest jest",
107 "test:ci": "cross-env NODE_ENV=jest jest --ci -i --coverage --silent",
108 "test:dev": "cross-env NODE_ENV=jest jest --watch",
109 "test:coverage": "cross-env NODE_ENV=jest jest --coverage",
110 "updateSnapshot": "cross-env NODE_ENV=jest jest --updateSnapshot"
111 }
112}
\No newline at end of file