Setup new workspace
Showing
README.md
0 → 100644
libs/.gitkeep
0 → 100644
nx.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "new-workspace", | |||
"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.3.0", | |||
"@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": "2.0.4" | |||
} | |||
} |
tools/schematics/.gitkeep
0 → 100644
tools/tsconfig.tools.json
0 → 100644
tsconfig.json
0 → 100644
workspace.json
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment