UNPKG

1.9 kBJSONView Raw
1{
2 "name": "weact-cli",
3 "version": "0.2.1",
4 "description": "用JSX快速开发小程序",
5 "main": "index.js",
6 "bin": {
7 "weact": "./bin/weact"
8 },
9 "repository": "haojy/weact",
10 "bugs": {
11 "url": "https://github.com/haojy/weact/issues"
12 },
13 "homepage": "https://github.com/haojy/weact",
14 "scripts": {
15 "prepublish": "yarn build",
16 "build": "rollup -c && chmod a+x bin/weact",
17 "test": "jest"
18 },
19 "jest": {
20 "transform": {},
21 "testPathIgnorePatterns": [
22 "/node_modules/",
23 "test/"
24 ],
25 "coverageDirectory": "./coverage/",
26 "collectCoverage": true
27 },
28 "author": "Hao Jiayin",
29 "license": "MIT",
30 "keywords": [
31 "weact",
32 "jsx",
33 "小程序",
34 "weapp",
35 "wxapp",
36 "wechat",
37 "weixin",
38 "minapp",
39 "react"
40 ],
41 "dependencies": {
42 "@babel/core": "^7.0.0-beta.35",
43 "@babel/generator": "^7.0.0-beta.35",
44 "@babel/plugin-proposal-class-properties": "^7.0.0-beta.36",
45 "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.36",
46 "@babel/preset-env": "^7.0.0-beta.36",
47 "@babel/preset-react": "^7.0.0-beta.36",
48 "@babel/traverse": "^7.0.0-beta.35",
49 "@babel/types": "^7.0.0-beta.35",
50 "babylon": "^7.0.0-beta.35",
51 "chalk": "^2.3.0",
52 "chokidar": "^2.0.0",
53 "debug": "^3.1.0",
54 "lodash": "^4.17.4",
55 "minimist": "^1.2.0",
56 "mkdirp": "^0.5.1",
57 "prettify-xml": "^1.2.0",
58 "rollup": "^0.53.2",
59 "rollup-plugin-babel": "^4.0.0-beta.0",
60 "rollup-plugin-commonjs": "^8.2.6",
61 "rollup-plugin-node-resolve": "^3.0.0"
62 },
63 "devDependencies": {
64 "@babel/cli": "^7.0.0-beta.36",
65 "codecov": "^3.0.0",
66 "eslint": "^4.14.0",
67 "eslint-plugin-react": "^7.5.1",
68 "jest": "^21.2.1",
69 "redux": "^3.7.2",
70 "rollup-plugin-json": "^2.3.0",
71 "rollup-plugin-string": "^2.0.2",
72 "rollup-plugin-uglify": "^2.0.1",
73 "uglify-es": "^3.2.2"
74 }
75}