-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"private": true,
"name": "tuya-panel-kit-docs",
"scripts": {
"postinstall": "patch-package",
"start": "dumi dev",
"build": "dumi build",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"job": "ts-node scripts/main"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"tuya-panel-animation-diffusion": "^0.1.1",
"tuya-panel-animation-drawer": "^0.1.1",
"tuya-panel-animation-wave": "^0.1.1"
},
"devDependencies": {
"@saber2pr/ts-compiler": "^0.1.8",
"@tuya/dumi-theme-tuya": "^2.9.2",
"@types/react-native": "^0.64.13",
"@types/tuya-panel-kit": "^4.0.8",
"@typescript/twoslash": "^3.0.0",
"babel-plugin-import": "^1.13.3",
"cheerio": "^1.0.0-rc.10",
"dumi": "1.1.29",
"lint-staged": "^10.0.7",
"patch-package": "^6.4.7",
"prettier": "^1.19.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5",
"yorkie": "^2.0.0"
},
"resolutions": {
"speech-rule-engine": "3.3.1"
}
}