-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
package.json
55 lines (55 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@tarojs/helper",
"version": "3.3.19",
"description": "Taro Helper",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"build": "run-s clean prod",
"dev": "tsc -w",
"prod": "tsc",
"clean": "rimraf dist",
"prepack": "npm run build",
"test": "jest",
"test:dev": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"files": [
"index.js",
"dist",
"types"
],
"keywords": [
"taro"
],
"author": "luckyadam",
"license": "MIT",
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"homepage": "https://github.com/NervJS/taro#readme",
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "7.10.5",
"@babel/plugin-proposal-object-rest-spread": "7.14.7",
"@babel/plugin-transform-runtime": "7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "7.12.17",
"@babel/register": "7.14.5",
"@babel/runtime": "^7.9.2",
"@tarojs/taro": "3.3.19",
"chalk": "3.0.0",
"chokidar": "3.3.1",
"cross-spawn": "7.0.3",
"debug": "4.1.1",
"find-yarn-workspace-root": "2.0.0",
"fs-extra": "8.1.0",
"lodash": "4.17.21",
"resolve": "1.15.1",
"yauzl": "2.10.0"
}
}