mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 11:24:05 -06:00
add package lock
This commit is contained in:
parent
53bbcf1f13
commit
68d9eef336
8
package-lock.json
generated
8
package-lock.json
generated
@ -1,12 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "@jackyzha0/quartz",
|
"name": "@jackyzha0/quartz",
|
||||||
|
<<<<<<< HEAD
|
||||||
"version": "4.1.2",
|
"version": "4.1.2",
|
||||||
|
=======
|
||||||
|
"version": "4.1.0",
|
||||||
|
>>>>>>> f8d1298d (fix: missing field in config)
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@jackyzha0/quartz",
|
"name": "@jackyzha0/quartz",
|
||||||
|
<<<<<<< HEAD
|
||||||
"version": "4.1.2",
|
"version": "4.1.2",
|
||||||
|
=======
|
||||||
|
"version": "4.1.0",
|
||||||
|
>>>>>>> f8d1298d (fix: missing field in config)
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clack/prompts": "^0.6.3",
|
"@clack/prompts": "^0.6.3",
|
||||||
|
|||||||
@ -11,6 +11,7 @@ const config: QuartzConfig = {
|
|||||||
},
|
},
|
||||||
baseUrl: "plasticlabs.ai",
|
baseUrl: "plasticlabs.ai",
|
||||||
ignorePatterns: ["private", "templates"],
|
ignorePatterns: ["private", "templates"],
|
||||||
|
defaultDateType: "created",
|
||||||
theme: {
|
theme: {
|
||||||
typography: {
|
typography: {
|
||||||
header: "Spectral",
|
header: "Spectral",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user