-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.72 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": "react-miniapp",
"version": "0.0.1",
"description": "tool for transfer react project to miniapp",
"main": "lib/index.js",
"scripts": {
"test": "mocha",
"dev": "node scripts/dev.js",
"link": "link-local-packages packages\rollup-plugin-postcss-miniapp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PepperYan/react-miniapp.git"
},
"keywords": [
"react",
"miniapp"
],
"author": "hibad",
"license": "MIT",
"bugs": {
"url": "https://github.com/PepperYan/react-miniapp/issues"
},
"homepage": "https://github.com/PepperYan/react-miniapp#readme",
"dependencies": {
"@babel/core": "^7.0.0-beta.46",
"@babel/generator": "^7.0.0-beta.46",
"@babel/helper-plugin-utils": "^7.0.0-beta.49",
"@babel/parser": "^7.0.0-beta.48",
"@babel/plugin-proposal-async-generator-functions": "^7.0.0-beta.49",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.46",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.49",
"@babel/plugin-syntax-class-properties": "^7.0.0-beta.49",
"@babel/plugin-syntax-jsx": "^7.0.0-beta.49",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.46",
"@babel/preset-env": "^7.0.0-beta.46",
"@babel/preset-react": "^7.0.0-beta.46",
"@babel/register": "^7.0.0-beta.46",
"@babel/traverse": "^7.0.0-beta.46",
"@babel/types": "^7.0.0-beta.46",
"chalk": "^2.4.1",
"fs-extra": "^6.0.1",
"link-local-packages": "^1.1.1",
"prettify-xml": "^1.2.0",
"rollup": "^0.59.3",
"rollup-plugin-babel": "^4.0.0-beta.4",
"rollup-plugin-node-resolve": "^3.3.0",
"wt": "^1.2.0"
},
"devDependencies": {
"mocha": "^5.1.1",
"nodemon": "^1.17.5",
"power-assert": "^1.5.0"
}
}