-
-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
158 lines (158 loc) · 5.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "@flexn/renative-monorepo",
"version": "1.6.0-rc.0",
"description": "🚀🚀🚀 Unified Development Platform. Bootstrap, Develop & Deploy `iOS`, `tvOS`, `Android`, `Android TV`, `Fire TV`, `Android Wear`, `Web`, `Tizen TV`, `Tizen Watch`, `Tizen Mobile`, `LG webOS`, `macOS/OSX`, `Windows`, `KaiOS`, `Linux` and `Chromecast` platforms",
"keywords": [
"android tv",
"android wear",
"apple tv",
"boilerplate",
"cocoapods",
"cross-platform",
"desktop",
"electron",
"firetv",
"kaios",
"kit",
"kotlin",
"lg",
"linux",
"macos",
"multiplatform",
"native",
"osx",
"react",
"react-native",
"smart tv",
"starter",
"swift",
"template",
"tizen",
"tizen mobile",
"tizen watch",
"tvos",
"watch",
"web",
"webos",
"windows"
],
"homepage": "https://github.com/flexn-io/renative#readme",
"bugs": {
"url": "https://github.com/flexn-io/renative/issues"
},
"license": "MIT",
"author": "Pavel Jacko <[email protected]> (https://github.com/pavjacko)",
"contributors": [
"Aurimas Mickys <https://github.com/aurimas535>",
"Daniel Marino Ruiz <https://github.com/CHaNGeTe>",
"David Rielo <https://github.com/davidrielo>",
"Donatas Velicka <https://github.com/doneitas>",
"Mihai Blaga <https://github.com/mihaiblaga89>",
"Ricardas Noreika <https://github.com/RicardasN>",
"Sander Looijenga <https://github.com/sanderlooijenga>"
],
"repository": {
"type": "git",
"url": "git://github.com/flexn-io/renative.git"
},
"scripts": {
"bootstrap": "npx lerna@6 bootstrap && yarn build && yarn link:rnv && yarn generateSchema",
"bootstrap-clean": "yarn clean-gitignore && yarn bootstrap",
"build": "lerna run build",
"clean-gitignore": "git clean -f -d -i -X",
"compile": "npx lerna run compile",
"deploy:canary": "yarn pre-publish && npx lerna publish from-package --dist-tag canary && git push --tags origin HEAD",
"deploy:feat": "yarn pre-publish && npx lerna publish from-package --dist-tag feat && git push --tags origin HEAD",
"deploy:next": "yarn pre-publish && npx lerna publish from-package --dist-tag next && git push --tags origin HEAD",
"deploy:prod": "yarn pre-publish && npx lerna publish from-package && git push --tags origin HEAD",
"generateSchema": "npx rnv hooks run -x generateSchema",
"link:rnv": "npm r rnv -g && cd packages/rnv && npm link",
"lint": "npx eslint ./packages",
"postinstall": "npx lerna link --force-local && npx jetify && npx husky install ",
"pre-publish": "yarn build && yarn link:rnv && yarn lint && yarn test && rnv hooks run -x prePublish && rnv hooks run -x gitCommitAndTag && yarn generateSchema",
"prettier-write-all": "npx prettier '**/*.{js,jsx,ts,tsx,mjs,cjs,json,md}' --write --config .prettierrc.js",
"prettier-write-json": "npx prettier '**/{package.json,renative.plugins.json,renative.json,renative.templates.json,renative.template.json,renative.plugin.json,renative.engine.json,rnv.json}' --write --config .prettierrc.js",
"report-circular": "npx madge --circular --extensions ts --exclude '\\.(d.ts)$' ./packages",
"report-jest": "jest --coverage",
"report-ts-coverage": "typescript-coverage-report -p ./packages/core/tsconfig.json -t 99",
"sanity": "yarn compile && yarn lint && yarn test",
"test": "jest",
"watch": "npx lerna exec yarn watch --parallel",
"watch-alt": "npx lerna run compile & npx lerna watch -- lerna run compile"
},
"devDependencies": {
"@babel/eslint-parser": "7.17.0",
"@flexn/eslint-config": "1.0.0",
"@flexn/prettier-config": "1.0.0",
"@flexn/typescript-config": "1.0.0",
"@rnv/build-hooks-git": "1.6.0-rc.0",
"@rnv/core": "1.6.0-rc.0",
"@types/jest": "^29.5.12",
"@types/kill-port": "2.0.0",
"@types/lodash.get": "4.4.7",
"@types/lodash.intersection": "4.4.7",
"@types/lodash.set": "4.3.7",
"@types/ncp": "2.0.5",
"@types/node": "^18.15.3",
"@types/shell-quote": "1.7.1",
"@types/shelljs": "0.8.12",
"@types/tar": "6.1.5",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"babel-jest": "29.6.3",
"deepmerge": "3.2.0",
"eslint": "8.19.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.34.2",
"husky": "^7.0.0",
"jest": "^29.6.3",
"jest-environment-jsdom": "29.7.0",
"json-diff": "1.0.6",
"lerna": "^6.6.2",
"lint-staged": "12.3.4",
"madge": "6.1.0",
"prettier": "2.8.8",
"ts-jest": "^27.0.7",
"ts-node": "^10.9.1",
"typescript": "5.2.2",
"typescript-coverage-report": "0.8.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"private": true,
"resolutions": {
"@react-native-community/cli-platform-ios": "12.3.6"
},
"title": "ReNative",
"husky": {
"hooks": {
"pre-commit": "yarn sanity && yarn prettier-write-json"
}
},
"lint-staged": {
"*.json": [
"prettier --write"
],
"*.js": [
"eslint"
]
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"html-webpack-plugin",
"html-webpack-harddisk-plugin",
"webpack",
"mini-css-extract-plugin",
"execa",
"**/@flexn/graybox",
"**/appium-*",
"**/@wdio/*",
"**/@react-native/metro-babel-transformer"
]
}
}