UNPKG

3.8 kBJSONView Raw
1{
2 "name": "@tarojs/cli",
3 "version": "2.0.6",
4 "description": "cli tool for taro",
5 "main": "index.js",
6 "scripts": {
7 "test": "jest",
8 "build": "run-s clean prod",
9 "dev": "tsc -w",
10 "prod": "tsc",
11 "clean": "rimraf dist",
12 "lint": "tslint src/**/*.ts --fix",
13 "lint:typecheck": "tslint -p tsconfig.json src/**/*.ts --fix",
14 "prepack": "npm run build"
15 },
16 "files": [
17 "bin",
18 "__tests__",
19 "scripts",
20 "src",
21 "dist",
22 "templates",
23 "index.js",
24 "global.d.ts"
25 ],
26 "repository": {
27 "type": "git",
28 "url": "git+https://github.com/NervJS/taro.git"
29 },
30 "bin": {
31 "taro": "bin/taro"
32 },
33 "keywords": [
34 "taro",
35 "weapp"
36 ],
37 "engines": {
38 "node": ">=8"
39 },
40 "author": "O2Team",
41 "license": "MIT",
42 "dependencies": {
43 "@tarojs/taroize": "2.0.6",
44 "@tarojs/transformer-wx": "2.0.6",
45 "@types/request": "^2.48.1",
46 "@typescript-eslint/parser": "^2.0.0",
47 "adm-zip": "^0.4.13",
48 "babel-core": "^6.26.3",
49 "babel-eslint": "^8.2.3",
50 "babel-generator": "^6.26.1",
51 "babel-plugin-danger-remove-unused-import": "^1.1.1",
52 "babel-plugin-preval": "1.6.4",
53 "babel-plugin-transform-decorators-legacy": "^1.3.4",
54 "babel-plugin-transform-define": "^1.3.0",
55 "babel-plugin-transform-jsx-to-stylesheet": "2.0.6",
56 "babel-plugin-transform-react-jsx": "^6.24.1",
57 "babel-plugin-transform-taroapi": "1.3.15",
58 "babel-template": "^6.26.0",
59 "babel-traverse": "^6.26.0",
60 "babel-types": "^6.26.0",
61 "better-babel-generator": "^6.26.1",
62 "chalk": "2.4.2",
63 "chokidar": "^2.0.3",
64 "commander": "^2.19.0",
65 "cross-spawn": "^6.0.5",
66 "download-git-repo": "^2.0.0",
67 "envinfo": "^6.0.1",
68 "eslint": "^6.8.0",
69 "eslint-config-taro": "2.0.6",
70 "eslint-plugin-import": "^2.8.0",
71 "eslint-plugin-react": "^7.4.0",
72 "eslint-plugin-react-hooks": "^1.6.1",
73 "eslint-plugin-taro": "2.0.6",
74 "eslint-plugin-typescript": "^0.12.0",
75 "fbjs": "^1.0.0",
76 "find-yarn-workspace-root": "1.2.1",
77 "fs-extra": "^5.0.0",
78 "glob": "^7.1.2",
79 "inquirer": "^5.2.0",
80 "joi": "^14.0.6",
81 "klaw": "^3.0.0",
82 "latest-version": "^4.0.0",
83 "lodash": "^4.17.5",
84 "mem-fs": "^1.1.3",
85 "mem-fs-editor": "^4.0.0",
86 "npm-check": "^5.9.0",
87 "ora": "^2.0.0",
88 "postcss": "^6.0.22",
89 "postcss-pxtransform": "2.0.6",
90 "postcss-reporter": "^6.0.1",
91 "postcss-taro-unit-transform": "1.2.15",
92 "prettier": "^1.16.4",
93 "prop-types": "^15.6.2",
94 "request": "^2.88.0",
95 "resolve": "^1.6.0",
96 "rimraf": "3.0.0",
97 "semver": "^5.5.0",
98 "shelljs": "^0.8.1",
99 "stylelint": "9.3.0",
100 "stylelint-config-taro-rn": "2.0.6",
101 "stylelint-taro-rn": "2.0.6",
102 "tapable": "^1.1.3",
103 "taro-css-to-react-native": "2.0.6",
104 "xml2js": "^0.4.19",
105 "xxhashjs": "^0.2.2",
106 "yauzl": "2.10.0"
107 },
108 "devDependencies": {
109 "@tarojs/taro": "2.0.6",
110 "@types/babel-core": "^6.25.5",
111 "@types/babel-generator": "^6.25.2",
112 "@types/babel-traverse": "^6.25.4",
113 "@types/babel-types": "^6.25.2",
114 "@types/fs-extra": "^5.0.4",
115 "@types/jest": "^23.3.10",
116 "@types/klaw": "^3.0.0",
117 "@types/lodash": "^4.14.119",
118 "@types/node": "^10.12.18",
119 "@types/react": "^16.9.14",
120 "@types/shelljs": "^0.8.5",
121 "@types/tapable": "^1.0.4",
122 "babel-jest": "^23.6.0",
123 "babel-plugin-transform-class-properties": "^6.24.1",
124 "babel-preset-env": "^1.7.0",
125 "babel-preset-react": "^6.24.1",
126 "babel-preset-stage-0": "^6.24.1",
127 "jest": "^23.6.0",
128 "jest-react-native": "^18.0.0",
129 "npm-run-all": "^4.1.5",
130 "react-native": "^0.59.9",
131 "tslint": "^5.12.0",
132 "tslint-config-prettier": "^1.17.0",
133 "tslint-config-standard": "^8.0.1",
134 "typescript": "3.4.5"
135 }
136}