initial commit
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
.prettierignore
0 → 100644
.prettierrc
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
apps/.gitkeep
0 → 100644
libs/.gitkeep
0 → 100644
nx.json
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "remix-project", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"scripts": { | ||
"nx": "nx", | ||
"start": "nx serve", | ||
"build": "nx build", | ||
"test": "nx test", | ||
"lint": "nx workspace-lint && nx lint", | ||
"e2e": "nx e2e", | ||
"affected:apps": "nx affected:apps", | ||
"affected:libs": "nx affected:libs", | ||
"affected:build": "nx affected:build", | ||
"affected:e2e": "nx affected:e2e", | ||
"affected:test": "nx affected:test", | ||
"affected:lint": "nx affected:lint", | ||
"affected:dep-graph": "nx affected:dep-graph", | ||
"affected": "nx affected", | ||
"format": "nx format:write", | ||
"format:write": "nx format:write", | ||
"format:check": "nx format:check", | ||
"update": "nx migrate latest", | ||
"workspace-schematic": "nx workspace-schematic", | ||
"dep-graph": "nx dep-graph", | ||
"help": "nx help" | ||
}, | ||
"private": true, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@nrwl/workspace": "9.2.4", | ||
"@types/node": "~8.9.4", | ||
"dotenv": "6.2.0", | ||
"ts-node": "~7.0.0", | ||
"tslint": "~6.0.0", | ||
"eslint": "6.8.0", | ||
"typescript": "~3.8.3", | ||
"prettier": "1.19.1" | ||
} | ||
} |
tools/schematics/.gitkeep
0 → 100644
tools/tsconfig.tools.json
0 → 100644
tsconfig.json
0 → 100644
workspace.json
0 → 100644
Please
register
or
sign in
to comment