-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.52 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
{
"name": "wechat-taroturntable",
"version": "1.0.2",
"author": "'Yang SHEN<'[email protected]'>",
"license": "MIT",
"main": "src/index.js",
"description": "基于 Taro 的微信小程序抽奖转盘物料组件",
"keywords": [
"taro",
"turntable",
"wechat"
],
"templateInfo": {
"name": "default",
"typescript": false,
"css": "sass"
},
"scripts": {
"build": "taro build --ui",
"build:component": "cross-env TARO_BUILD_TYPE=component taro build --ui",
"publish": "npm publish",
"unpublish": "npm unpublish wechat-taroturntable --force"
},
"repository": {
"type": "git",
"url": "https://github.com/biztudio/wechat-taroturntable.git"
},
"devDependencies": {
"@tarojs/async-await": "^1.3.31",
"@tarojs/components": "1.3.31",
"@tarojs/components-qa": "1.3.31",
"@tarojs/plugin-babel": "1.3.31",
"@tarojs/plugin-csso": "1.3.31",
"@tarojs/plugin-sass": "1.3.31",
"@tarojs/plugin-uglifyjs": "1.3.31",
"@tarojs/taro": "1.3.31",
"@tarojs/taro-weapp": "1.3.31",
"@tarojs/webpack-runner": "1.3.31",
"@types/react": "^16.9.17",
"@types/webpack-env": "^1.13.6",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-jsx-stylesheet": "^0.6.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^6.0.3",
"nerv-devtools": "^1.5.5",
"nervjs": "^1.5.5"
}
}