-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.53 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.53 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
{
"name": "uplot-react-native",
"version": "0.1.13",
"description": "React Native wrapper for uPlot on web, iOS, and Android",
"homepage": "https://github.com/murphycj/uplot-react-native",
"bugs": {
"url": "https://github.com/murphycj/uplot-react-native/issues"
},
"author": "Charlie Murphy (https://github.com/murphycj)",
"repository": {
"type": "git",
"url": "git+https://github.com/murphycj/uplot-react-native.git"
},
"type": "module",
"main": "dist/index.js",
"types": "dist/index",
"files": [
"dist"
],
"scripts": {
"build": "tsc && node scripts/replace-uplot-assets.cjs",
"ci": "npm run build && npm run check-format",
"format": "prettier --write .",
"check-format": "prettier --check .",
"local-release": "changeset version && changeset publish",
"prepublishOnly": "npm run ci"
},
"dependencies": {
"react-native-webview": ">=13.0.0",
"uplot": ">=1.6.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@changesets/cli": "^2.29.5",
"@types/react": "^17.0.0",
"@types/react-native": "^0.64.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"prettier": "^3.6.0",
"typescript": "^4.9.0"
},
"resolutions": {
"@types/react": "17.0.0",
"@types/react-dom": "17.0.0"
},
"license": "MIT",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}