-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1.16 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
{
"name": "@sishuguojixuefu/react-native-office-viewer",
"version": "0.0.5",
"description": "Office Preview Plugin for React Native(support png,pdf,doc,docx,xls,txt...)",
"main": "dist/index.js",
"repository": "https://github.com/@sishuguojixuefu/react-native-office-viewer",
"author": "杨俊宁",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc -p ./tsconfig.json",
"postversion": "git push --tags && git push && npm publish",
"prepublishOnly": "tsc -p ./tsconfig.json"
},
"files": [
"dist"
],
"devDependencies": {
"@types/react": "latest",
"@types/react-native": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-airbnb": "latest",
"eslint-config-prettier": "latest",
"eslint-import-resolver-typescript": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jsx-a11y": "latest",
"eslint-plugin-prettier": "latest",
"eslint-plugin-react": "latest",
"eslint-plugin-react-native": "latest",
"prettier": "latest",
"react-native-webview": "latest",
"typescript": "latest"
}
}