mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 04:33:53 +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
|
dist
|
||||||
!modules/**/dist
|
!modules/**/dist
|
||||||
**/package-lock.json
|
**/package-lock.json
|
||||||
|
**/yarn.lock
|
||||||
|
|
||||||
native/app/Sandbox.playground/Resources/track.mp3
|
native/app/Sandbox.playground/Resources/track.mp3
|
||||||
|
@ -7,13 +7,14 @@
|
|||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
"modules/*",
|
"modules/*",
|
||||||
|
"api",
|
||||||
|
"site",
|
||||||
"ui"
|
"ui"
|
||||||
],
|
],
|
||||||
"nohoist": []
|
"nohoist": []
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "npx eslint .",
|
"lint": "npx eslint ."
|
||||||
"modules-install": "cd modules/ && find . -maxdepth 1 -type d \\( ! -name . \\) -exec bash -c \"cd '{}' && npm i\" \\;"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -26,6 +27,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/bitgapp/eqMac#readme",
|
"homepage": "https://github.com/bitgapp/eqMac#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@angular-devkit/core": "^12.0.5",
|
||||||
"@angular/animations": "~12.0.5",
|
"@angular/animations": "~12.0.5",
|
||||||
"@angular/cdk": "^12.0.5",
|
"@angular/cdk": "^12.0.5",
|
||||||
"@angular/cli": "^12.0.5",
|
"@angular/cli": "^12.0.5",
|
||||||
@ -56,6 +58,7 @@
|
|||||||
"@types/google.analytics": "0.0.41",
|
"@types/google.analytics": "0.0.41",
|
||||||
"@types/node": "^12.11.1",
|
"@types/node": "^12.11.1",
|
||||||
"cloudflare": "^2.7.0",
|
"cloudflare": "^2.7.0",
|
||||||
|
"dayjs": "^1.10.5",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "^8.2.0",
|
||||||
"ng-packagr": "^12.0.6",
|
"ng-packagr": "^12.0.6",
|
||||||
"ts-node": "^9.1.1",
|
"ts-node": "^9.1.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user