Compare commits
No commits in common. "0fea79efe6a33b724e5fb01f44f64fd8706d1830" and "d41e03850b8358a840ce2b575452565b02994e6e" have entirely different histories.
0fea79efe6
...
d41e03850b
|
@ -35,7 +35,7 @@
|
||||||
"flowbite": "^2.2.1",
|
"flowbite": "^2.2.1",
|
||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.33",
|
||||||
"postcss-cli": "^11.0.0",
|
"postcss-cli": "^11.0.0",
|
||||||
"tailwindcss": "^3.4.12"
|
"tailwindcss": "^3.4.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@alloc/quick-lru": {
|
"node_modules/@alloc/quick-lru": {
|
||||||
|
@ -1812,9 +1812,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/tailwindcss": {
|
"node_modules/tailwindcss": {
|
||||||
"version": "3.4.12",
|
"version": "3.4.4",
|
||||||
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz",
|
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
|
||||||
"integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==",
|
"integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@alloc/quick-lru": "^5.2.0",
|
"@alloc/quick-lru": "^5.2.0",
|
||||||
"arg": "^5.0.2",
|
"arg": "^5.0.2",
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"flowbite": "^2.2.1",
|
"flowbite": "^2.2.1",
|
||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.33",
|
||||||
"postcss-cli": "^11.0.0",
|
"postcss-cli": "^11.0.0",
|
||||||
"tailwindcss": "^3.4.12"
|
"tailwindcss": "^3.4.4"
|
||||||
},
|
},
|
||||||
"name": "netina.admin.pwa",
|
"name": "netina.admin.pwa",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
//"StorageBaseUrl": "https://storage.bonsaigallery.shop",
|
//"StorageBaseUrl": "https://storage.bonsaigallery.shop",
|
||||||
//"ApiUrl": "https://api.bonsaigallery.shop/api",
|
//"ApiUrl": "https://api.bonsaigallery.shop/api",
|
||||||
"IsShop": true
|
"IsShop": true
|
||||||
|
//"ApiUrl": "http://localhost:32770/api"
|
||||||
|
|
||||||
//"WebSiteUrl": "https://hamyanedalat.com",
|
//"WebSiteUrl": "https://hamyanedalat.com",
|
||||||
//"AdminPanelBaseUrl": "https://admin.hamyanedalat.com",
|
//"AdminPanelBaseUrl": "https://admin.hamyanedalat.com",
|
||||||
|
|
Loading…
Reference in New Issue