-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.95 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.95 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"name": "@tarojsx/examples",
"version": "0.1.0",
"description": "Tarojsx examples",
"author": "colder",
"license": "MIT",
"keywords": [
"taro",
"taro3",
"library",
"components",
"examples",
"react",
"reactjs",
"wx",
"weixin",
"wechat",
"weapp",
"wechat-mini-program",
"javascript",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tarojsx/examples.git"
},
"homepage": "https://github.com/tarojsx/examples",
"bugs": {
"url": "https://github.com/tarojsx/examples/issues"
},
"scripts": {
"start": "taro build --type weapp --watch",
"build": "taro build --type weapp"
},
"dependencies": {
"@babel/runtime": "^7.10.2",
"@tarojs/components": "^3.0.0-rc.4",
"@tarojs/react": "^3.0.0-rc.4",
"@tarojs/runtime": "^3.0.0-rc.4",
"@tarojs/taro": "^3.0.0-rc.4",
"@tarojsx/hooks": "^0.13.2",
"@tarojsx/library": "^0.10.0",
"@tarojsx/ui": "^0.11.0",
"react": "^16.13.1",
"taro-ui": "^2.3.4"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@tarojs/cli": "^3.0.0-rc.4",
"@tarojs/mini-runner": "^3.0.0-rc.4",
"@tarojsx/polyfill": "^0.11.0",
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.35",
"@types/webpack": "^4.41.17",
"babel-plugin-import": "^1.13.0",
"babel-preset-taro": "^3.0.0-rc.4",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"typescript": "^3.9.5",
"webpack-chain": "^6.4.0"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"printWidth": 120
}
}