mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-21 17:41:41 +03:00
not tracking yarn.lock and changes to package.json
This commit is contained in:
parent
2c4b037c01
commit
66ad6b681b
3
.gitignore
vendored
3
.gitignore
vendored
@ -7,5 +7,6 @@ node_modules
|
||||
dist
|
||||
!modules/**/dist
|
||||
**/package-lock.json
|
||||
**/yarn.lock
|
||||
|
||||
native/app/Sandbox.playground/Resources/track.mp3
|
||||
native/app/Sandbox.playground/Resources/track.mp3
|
||||
|
@ -7,13 +7,14 @@
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"modules/*",
|
||||
"api",
|
||||
"site",
|
||||
"ui"
|
||||
],
|
||||
"nohoist": []
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "npx eslint .",
|
||||
"modules-install": "cd modules/ && find . -maxdepth 1 -type d \\( ! -name . \\) -exec bash -c \"cd '{}' && npm i\" \\;"
|
||||
"lint": "npx eslint ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -26,6 +27,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/bitgapp/eqMac#readme",
|
||||
"devDependencies": {
|
||||
"@angular-devkit/core": "^12.0.5",
|
||||
"@angular/animations": "~12.0.5",
|
||||
"@angular/cdk": "^12.0.5",
|
||||
"@angular/cli": "^12.0.5",
|
||||
@ -56,6 +58,7 @@
|
||||
"@types/google.analytics": "0.0.41",
|
||||
"@types/node": "^12.11.1",
|
||||
"cloudflare": "^2.7.0",
|
||||
"dayjs": "^1.10.5",
|
||||
"dotenv": "^8.2.0",
|
||||
"ng-packagr": "^12.0.6",
|
||||
"ts-node": "^9.1.1",
|
||||
|
Loading…
Reference in New Issue
Block a user