UNPKG

3.19 kBJSONView Raw
1{
2 "name": "@tarojs/mini-runner",
3 "version": "3.6.7",
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/components": "3.6.7",
63 "@tarojs/helper": "3.6.7",
64 "@tarojs/plugin-platform-alipay": "3.6.7",
65 "@tarojs/plugin-platform-jd": "3.6.7",
66 "@tarojs/plugin-platform-qq": "3.6.7",
67 "@tarojs/plugin-platform-swan": "3.6.7",
68 "@tarojs/plugin-platform-tt": "3.6.7",
69 "@tarojs/plugin-platform-weapp": "3.6.7",
70 "@tarojs/runner-utils": "3.6.7",
71 "@tarojs/runtime": "3.6.7",
72 "@tarojs/shared": "3.6.7",
73 "@tarojs/taro": "3.6.7",
74 "@tarojs/taro-loader": "3.6.7",
75 "babel-preset-taro": "3.6.7",
76 "postcss-html-transform": "3.6.7",
77 "postcss-pxtransform": "3.6.7"
78 },
79 "devDependencies": {
80 "@types/sax": "^1.2.4",
81 "@types/webpack": "4",
82 "babel-jest": "^29.5.0",
83 "jest": "^29.3.1",
84 "jest-cli": "^29.3.1",
85 "jest-transform-css": "^6.0.1",
86 "jest-environment-node": "^29.5.0",
87 "memfs": "^3.1.2",
88 "memory-fs": "^0.5.0",
89 "postcss": "^8.4.18",
90 "ts-jest": "^29.0.5",
91 "typescript": "^4.7.4",
92 "vue-loader": "^15.10.1",
93 "webpack-merge": "^4.2.2"
94 },
95 "peerDependencies": {
96 "postcss": "^8.4.18"
97 },
98 "scripts": {
99 "build": "pnpm run clean && pnpm run prod",
100 "dev": "pnpm run mv:comp && tsc -w",
101 "prod": "tsc && pnpm run mv:comp",
102 "mv:comp": "node ./mv-comp.js",
103 "clean": "rimraf dist",
104 "test": "cross-env NODE_ENV=jest jest",
105 "test:ci": "cross-env NODE_ENV=jest jest --ci -i",
106 "test:dev": "cross-env NODE_ENV=jest jest --watch",
107 "test:coverage": "cross-env NODE_ENV=jest jest --coverage",
108 "updateSnapshot": "cross-env NODE_ENV=jest jest --updateSnapshot"
109 }
110}
\No newline at end of file