UNPKG

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