forked from flexn-io/renative
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 5.65 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
{
"name": "@flexn/renative-monorepo",
"version": "1.0.0-rc.8",
"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": "yarn run link:rnv && npx lerna bootstrap && yarn build",
"bootstrap-clean": "rimraf -I ./node_modules; npx lerna clean --yes && yarn bootstrap",
"build": "lerna run build",
"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",
"pre-publish": "yarn build && yarn lint && yarn test && rnv hooks run -x prePublish -r && rnv hooks run -x gitCommitAndTag",
"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}' --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.0.0-rc.8",
"@rnv/core": "1.0.0-rc.8",
"@types/jest": "~27.0.2",
"@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": "~16.11.7",
"@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.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"deepmerge": "3.2.0",
"eslint": "8.19.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-react": "7.33.2",
"husky": "^7.0.0",
"jest": "29.2.1",
"jest-environment-jsdom": "29.7.0",
"lerna": "^6.6.2",
"lint-staged": "12.3.4",
"madge": "6.1.0",
"prettier": "2.3.1",
"rimraf": "5.0.5",
"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,
"title": "ReNative",
"husky": {
"hooks": {
"pre-commit": "yarn lint && yarn test"
}
},
"lint-staged": {
"*.js": [
"eslint"
]
},
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"html-webpack-plugin",
"html-webpack-harddisk-plugin",
"webpack",
"mini-css-extract-plugin",
"execa",
"**/@flexn/plugins",
"**/@flexn/graybox",
"**/appium-*",
"**/@wdio/*",
"**/@react-native/metro-babel-transformer"
]
},
"resolutions": {}
}