-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 815 Bytes
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
{
"name": "taro-platform",
"version": "1.0.0",
"description": "一些taro插件和生态集合",
"private": true,
"scripts": {
"fix": "eslint --fix packages/**/*.ts"
},
"devDependencies": {
"@tarojs/service": "3.6.0-canary.4",
"@tarojs/taro": "3.6.0-canary.4",
"@types/node": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.28.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.55.0",
"typescript": "^4.9.3"
},
"keywords": [],
"author": "bigMeow <running@vip.163.com>",
"license": "MIT",
"prettier": {
"tabWidth": 2,
"printWidth": 200,
"trailingComma": "none",
"endOfLine": "lf",
"singleQuote": false
},
"workspaces": [
"packages/**"
]
}