Skip to content

Commit

Permalink
chore(init): moved everything to the root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Simon committed Oct 17, 2021
1 parent 15fb411 commit 3149d8e
Show file tree
Hide file tree
Showing 163 changed files with 60 additions and 230 deletions.
183 changes: 8 additions & 175 deletions .idea/workspace.xml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
57 changes: 51 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,60 @@
{
"name": "rn-template",
"version": "0.0.0",
"name": "@mirahi/rn-template",
"version": "0.0.1",
"description": "An opinionated React Native Plugin for Nx",
"keywords": [
"Monorepo",
"React",
"Web",
"Jest",
"Native",
"CLI",
"Orval",
"React-native",
"React-query"
],
"bugs": {
"url": "https://github.com/mirahi/rn-template/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mirahi/rn-template.git"
},
"license": "MIT",
"devDependencies": {
"contributors": [
{"name":"Tim Simon","email":"[email protected]","url":"https://github.com/xorob0"},
{"name":"Aylin Gokalp","email":"[email protected]"},
{"name":"Sacha Hennaut"}
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"prepare": "husky install"
},
"dependencies": {
"@nrwl/detox": "*",
"@nrwl/devkit": "*",
"@nrwl/jest": "*",
"@nrwl/linter": "*",
"@nrwl/react": "*",
"chalk": "^4.1.0",
"ignore": "^5.0.4",
"metro-resolver": "^0.66.2",
"node-fetch": "^2.6.1",
"tsconfig-paths": "^3.9.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^7.0.0"
},
"scripts": {
"prepare": "husky install",
"test": "echo 'no tests yet'"
"peerDependencies": {
"@nrwl/workspace": "*",
"react-native": "0.65.1"
},
"builders": "./executors.json",
"ng-update": {
"requirements": {},
"migrations": "./migrations.json"
},
"schematics": "./generators.json",
"volta": {
"node": "16.11.1"
},
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as metroResolver from 'metro-resolver';
import * as metroResolver from 'plugins/metro-resolver';
import type { MatchPath } from 'tsconfig-paths';
import { createMatchPath, loadConfig } from 'tsconfig-paths';
import * as chalk from 'chalk';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed template/.DS_Store
Binary file not shown.
48 changes: 0 additions & 48 deletions template/package.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3149d8e

Please sign in to comment.