-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.91 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "react-native-connectors",
"version": "0.0.0",
"description": "",
"private": true,
"keywords": [],
"author": "THEO Technologies NV",
"license": "MIT",
"workspaces": [
"adobe",
"adobe-edge",
"agama",
"comscore",
"conviva",
"engage",
"mux",
"nielsen",
"yospace",
"youbora"
],
"scripts": {
"changeset:version": "changeset version && node .changeset/post-process.js",
"build": "npm run build --workspaces",
"clean": "npm run clean --workspaces",
"test": "npm run test:docs",
"prettier": "prettier --check \"*/(src|test)/**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"*/(src|test)/**/*.{js,jsx,ts,tsx}\"",
"lint": "eslint \"*/{src,test}/**/*.{ts,tsx}\"",
"lint:fix": "npm run lint -- --fix",
"docs": "typedoc --treatWarningsAsErrors",
"test:docs": "npm run docs -- --emit none",
"prepare": "husky"
},
"lint-staged": {
"*/(src|test)/**/*.{js,jsx,ts,tsx}": [
"prettier --write"
]
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@changesets/types": "^6.0.0",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/netinfo": "^11.3.2",
"@react-native/eslint-config": "^0.74.87",
"@types/react": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"pod-install": "^0.1.39",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-native": "^0.74.5",
"react-native-builder-bob": "^0.23.2",
"react-native-device-info": "^13.1.0",
"react-native-theoplayer": "^7.9.0",
"rimraf": "^5.0.10",
"theoplayer": "^7.12.0",
"typedoc": "^0.25.13",
"typedoc-plugin-external-resolver": "^1.0.3",
"typedoc-plugin-mdn-links": "^3.2.12",
"typescript": "^5.4.5"
}
}