Merge pull request #709 from ajnart/turbo-build
⚡️ Add turbo build system
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
"jest": "^28.1.3",
|
"jest": "^28.1.3",
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"sass": "^1.56.1",
|
"sass": "^1.56.1",
|
||||||
|
"turbo": "^1.7.4",
|
||||||
"typescript": "^4.7.4",
|
"typescript": "^4.7.4",
|
||||||
"video.js": "^8.0.3"
|
"video.js": "^8.0.3"
|
||||||
},
|
},
|
||||||
|
|||||||
72
yarn.lock
72
yarn.lock
@@ -4989,6 +4989,7 @@ __metadata:
|
|||||||
react-simple-code-editor: ^0.13.1
|
react-simple-code-editor: ^0.13.1
|
||||||
sabnzbd-api: ^1.5.0
|
sabnzbd-api: ^1.5.0
|
||||||
sass: ^1.56.1
|
sass: ^1.56.1
|
||||||
|
turbo: ^1.7.4
|
||||||
typescript: ^4.7.4
|
typescript: ^4.7.4
|
||||||
uuid: ^8.3.2
|
uuid: ^8.3.2
|
||||||
video.js: ^8.0.3
|
video.js: ^8.0.3
|
||||||
@@ -8354,6 +8355,77 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"turbo-darwin-64@npm:1.7.4":
|
||||||
|
version: 1.7.4
|
||||||
|
resolution: "turbo-darwin-64@npm:1.7.4"
|
||||||
|
conditions: os=darwin & cpu=x64
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"turbo-darwin-arm64@npm:1.7.4":
|
||||||
|
version: 1.7.4
|
||||||
|
resolution: "turbo-darwin-arm64@npm:1.7.4"
|
||||||
|
conditions: os=darwin & cpu=arm64
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"turbo-linux-64@npm:1.7.4":
|
||||||
|
version: 1.7.4
|
||||||
|
resolution: "turbo-linux-64@npm:1.7.4"
|
||||||
|
conditions: os=linux & cpu=x64
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"turbo-linux-arm64@npm:1.7.4":
|
||||||
|
version: 1.7.4
|
||||||
|
resolution: "turbo-linux-arm64@npm:1.7.4"
|
||||||
|
conditions: os=linux & cpu=arm64
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"turbo-windows-64@npm:1.7.4":
|
||||||
|
version: 1.7.4
|
||||||
|
resolution: "turbo-windows-64@npm:1.7.4"
|
||||||
|
conditions: os=win32 & cpu=x64
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"turbo-windows-arm64@npm:1.7.4":
|
||||||
|
version: 1.7.4
|
||||||
|
resolution: "turbo-windows-arm64@npm:1.7.4"
|
||||||
|
conditions: os=win32 & cpu=arm64
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"turbo@npm:^1.7.4":
|
||||||
|
version: 1.7.4
|
||||||
|
resolution: "turbo@npm:1.7.4"
|
||||||
|
dependencies:
|
||||||
|
turbo-darwin-64: 1.7.4
|
||||||
|
turbo-darwin-arm64: 1.7.4
|
||||||
|
turbo-linux-64: 1.7.4
|
||||||
|
turbo-linux-arm64: 1.7.4
|
||||||
|
turbo-windows-64: 1.7.4
|
||||||
|
turbo-windows-arm64: 1.7.4
|
||||||
|
dependenciesMeta:
|
||||||
|
turbo-darwin-64:
|
||||||
|
optional: true
|
||||||
|
turbo-darwin-arm64:
|
||||||
|
optional: true
|
||||||
|
turbo-linux-64:
|
||||||
|
optional: true
|
||||||
|
turbo-linux-arm64:
|
||||||
|
optional: true
|
||||||
|
turbo-windows-64:
|
||||||
|
optional: true
|
||||||
|
turbo-windows-arm64:
|
||||||
|
optional: true
|
||||||
|
bin:
|
||||||
|
turbo: bin/turbo
|
||||||
|
checksum: c4387cfee36c57dd1490e9b2452888d8450faa390aec5bc148389b426bc079d03044891d61ad84a6a3a7454e66dfbe9e9cfba05f636b36fef7ece7af275ef9ce
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"tweetnacl@npm:^0.14.3":
|
"tweetnacl@npm:^0.14.3":
|
||||||
version: 0.14.5
|
version: 0.14.5
|
||||||
resolution: "tweetnacl@npm:0.14.5"
|
resolution: "tweetnacl@npm:0.14.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user