UNPKG

3.78 kBJSONView Raw
1{
2 "name": "@tarojs/cli",
3 "version": "3.0.11",
4 "description": "cli tool for taro",
5 "main": "index.js",
6 "scripts": {
7 "test": "env NODE_ENV=test jest",
8 "test:ci": "env NODE_ENV=test jest -i",
9 "test:dev": "env NODE_ENV=test jest --watch",
10 "test:coverage": "env NODE_ENV=test jest --coverage",
11 "updateSnapshot": "env NODE_ENV=test jest --updateSnapshot",
12 "build": "npm run clean && npm run prod",
13 "dev": "tsc -w",
14 "prod": "tsc",
15 "clean": "rimraf dist",
16 "lint": "tslint src/**/*.ts --fix",
17 "lint:typecheck": "tslint -p tsconfig.json src/**/*.ts --fix"
18 },
19 "files": [
20 "bin",
21 "__tests__",
22 "scripts",
23 "src",
24 "dist",
25 "templates",
26 "index.js",
27 "global.d.ts"
28 ],
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/NervJS/taro.git"
32 },
33 "bin": {
34 "taro": "bin/taro"
35 },
36 "keywords": [
37 "taro",
38 "weapp"
39 ],
40 "engines": {
41 "node": ">=8"
42 },
43 "author": "O2Team",
44 "license": "MIT",
45 "dependencies": {
46 "@hapi/joi": "17.1.1",
47 "@tarojs/helper": "^3.0.11",
48 "@tarojs/service": "^3.0.11",
49 "@tarojs/shared": "^3.0.11",
50 "@tarojs/taro": "^3.0.11",
51 "@tarojs/taroize": "^3.0.11",
52 "@tarojs/transformer-wx": "^2.0.4",
53 "@types/request": "^2.48.1",
54 "@typescript-eslint/parser": "^2.0.0",
55 "adm-zip": "^0.4.13",
56 "babel-core": "^6.26.3",
57 "babel-eslint": "^8.2.3",
58 "babel-generator": "^6.26.1",
59 "babel-plugin-danger-remove-unused-import": "^1.1.1",
60 "babel-plugin-preval": "1.6.4",
61 "babel-plugin-remove-dead-code": "^1.3.2",
62 "babel-plugin-transform-decorators-legacy": "^1.3.4",
63 "babel-plugin-transform-define": "^1.3.0",
64 "babel-plugin-transform-react-jsx": "^6.24.1",
65 "babel-plugin-transform-taroapi": "1.3.15",
66 "babel-template": "^6.26.0",
67 "babel-traverse": "^6.26.0",
68 "babel-types": "^6.26.0",
69 "babylon": "^6.18.0",
70 "better-babel-generator": "^6.26.1",
71 "cli-highlight": "^2.1.4",
72 "cross-spawn": "^7.0.3",
73 "css-to-react-native-transform": "^1.4.0",
74 "css-what": "^3.2.0",
75 "download-git-repo": "^2.0.0",
76 "ejs": "^2.6.1",
77 "envinfo": "^6.0.1",
78 "eslint": "^6.1.0",
79 "eslint-config-taro": "^3.0.11",
80 "eslint-plugin-import": "^2.8.0",
81 "eslint-plugin-react": "^7.4.0",
82 "eslint-plugin-react-hooks": "^1.6.1",
83 "eslint-plugin-taro": "^3.0.11",
84 "eslint-plugin-vue": "^6.2.2",
85 "fbjs": "^1.0.0",
86 "find-yarn-workspace-root": "1.2.1",
87 "fs-extra": "^5.0.0",
88 "generic-names": "^2.0.1",
89 "glob": "^7.1.2",
90 "inquirer": "^5.2.0",
91 "klaw": "^2.1.1",
92 "latest-version": "^5.1.0",
93 "lodash": "4.17.20",
94 "mem-fs": "^1.1.3",
95 "mem-fs-editor": "^4.0.0",
96 "minimatch": "^3.0.4",
97 "minimist": "1.2.5",
98 "npm-check": "^5.9.0",
99 "ora": "^2.0.0",
100 "postcss": "^6.0.22",
101 "postcss-modules-extract-imports": "^1.1.0",
102 "postcss-modules-local-by-default": "^1.2.0",
103 "postcss-modules-resolve-imports": "^1.3.0",
104 "postcss-modules-scope": "^1.1.0",
105 "postcss-modules-values": "^1.3.0",
106 "postcss-pxtransform": "^3.0.11",
107 "postcss-reporter": "^6.0.1",
108 "postcss-taro-unit-transform": "1.2.15",
109 "postcss-url": "^7.3.2",
110 "prettier": "^1.16.4",
111 "prop-types": "^15.6.2",
112 "request": "^2.88.0",
113 "resolve": "^1.6.0",
114 "sax": "^1.2.4",
115 "semver": "^5.5.0",
116 "shelljs": "^0.8.1",
117 "stylelint": "13.6.1",
118 "tapable": "^1.1.3",
119 "taro-css-to-react-native": "^2.0.4",
120 "through2": "^2.0.3",
121 "vinyl": "^2.1.0",
122 "vinyl-fs": "^3.0.2",
123 "xml2js": "^0.4.19",
124 "xxhashjs": "^0.2.2"
125 },
126 "devDependencies": {
127 "@tarojs/mini-runner": "^3.0.11",
128 "@tarojs/webpack-runner": "^3.0.11"
129 },
130 "gitHead": "93c6d6e18f29ab2c2844da8641746b55d6a7df18"
131}