UNPKG

2.68 kBJSONView Raw
1{
2 "name": "@tarojs/transformer-wx",
3 "version": "1.3.41",
4 "description": "Transfrom Nerv Component to Wechat mini program.",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/NervJS/taro.git"
8 },
9 "main": "index.js",
10 "files": [
11 "index.js",
12 "lib",
13 "cli.js",
14 "dist"
15 ],
16 "scripts": {
17 "test:cov": "jest --coverage && npm run lint",
18 "test": "jest",
19 "dev": "tsc -w --pretty",
20 "lint": "tslint",
21 "build": "tsc"
22 },
23 "author": "O2Team",
24 "license": "MIT",
25 "jest": {
26 "testEnvironment": "node",
27 "transform": {
28 "^.+\\.tsx?$": "ts-jest"
29 },
30 "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
31 "moduleFileExtensions": [
32 "ts",
33 "tsx",
34 "js",
35 "jsx",
36 "json",
37 "node"
38 ],
39 "testPathIgnorePatterns": [
40 "node_modules",
41 "utils"
42 ]
43 },
44 "dependencies": {
45 "@babel/code-frame": "^7.0.0-beta.44",
46 "babel-core": "^6.26.3",
47 "babel-eslint": "^8.2.3",
48 "babel-helper-evaluate-path": "^0.5.0",
49 "babel-helper-mark-eval-scopes": "^0.4.3",
50 "babel-helper-remove-or-void": "^0.4.3",
51 "babel-plugin-danger-remove-unused-import": "^1.1.1",
52 "babel-plugin-minify-dead-code": "^1.3.2",
53 "babel-plugin-preval": "^1.6.4",
54 "babel-plugin-syntax-dynamic-import": "^6.18.0",
55 "babel-plugin-transform-class-properties": "^6.24.1",
56 "babel-plugin-transform-define": "^1.3.0",
57 "babel-plugin-transform-do-expressions": "^6.22.0",
58 "babel-plugin-transform-es2015-template-literals": "^6.22.0",
59 "babel-plugin-transform-export-extensions": "^6.22.0",
60 "babel-plugin-transform-flow-strip-types": "^6.22.0",
61 "babel-traverse": "^6.26.0",
62 "babel-types": "^6.26.0",
63 "eslint": "5.16.0",
64 "eslint-plugin-react": "7.10.0",
65 "eslint-plugin-taro": "1.3.41",
66 "html": "^1.0.0",
67 "lodash": "^4.17.5",
68 "prettier": "^1.14.2",
69 "typescript": "^3.2.2"
70 },
71 "devDependencies": {
72 "@tarojs/taro": "1.3.41",
73 "@types/babel-core": "^6.25.5",
74 "@types/babel-generator": "^6.25.1",
75 "@types/babel-template": "^6.25.0",
76 "@types/babel-traverse": "6.25.3",
77 "@types/babel-types": "^6.25.2",
78 "@types/eslint": "^4.16.5",
79 "@types/jest": "^22.2.3",
80 "@types/lodash": "^4.14.105",
81 "@types/node": "^9.6.2",
82 "jest": "^23.0.1",
83 "jest-cli": "^22.1.4",
84 "ts-jest": "^22.4.6",
85 "tslint": "^5.10.0",
86 "tslint-config-prettier": "^1.10.0",
87 "tslint-config-standard": "^7.0.0"
88 },
89 "publishConfig": {
90 "access": "public"
91 },
92 "bugs": {
93 "url": "https://github.com/NervJS/taro/issues"
94 },
95 "homepage": "https://github.com/NervJS/taro#readme"
96}