ci: add repository to package.json
This commit is contained in:
parent
a5224bb436
commit
6695e200f2
72
package.json
72
package.json
|
@ -1,36 +1,40 @@
|
||||||
{
|
{
|
||||||
"name": "@lumeweb/lumeweb.com",
|
"name": "@lumeweb/lumeweb.com",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"repository": {
|
||||||
"dev": "TAILWIND_MODE=watch astro dev",
|
"type": "git",
|
||||||
"start": "astro dev",
|
"url": "gitea@git.lumeweb.com:LumeWeb/lumeweb.com.git"
|
||||||
"build": "astro build",
|
},
|
||||||
"preview": "astro preview",
|
"scripts": {
|
||||||
"astro": "astro"
|
"dev": "TAILWIND_MODE=watch astro dev",
|
||||||
},
|
"start": "astro dev",
|
||||||
"dependencies": {
|
"build": "astro build",
|
||||||
"@astrojs/image": "^0.16.6",
|
"preview": "astro preview",
|
||||||
"@astrojs/react": "^2.1.1",
|
"astro": "astro"
|
||||||
"@astrojs/tailwind": "^3.1.1",
|
},
|
||||||
"@types/react": "^18.2.0",
|
"dependencies": {
|
||||||
"astro": "^2.3.2",
|
"@astrojs/image": "^0.16.6",
|
||||||
"autoprefixer": "^10.4.14",
|
"@astrojs/react": "^2.1.1",
|
||||||
"qrcode": "^1.5.3",
|
"@astrojs/tailwind": "^3.1.1",
|
||||||
"react": "^18.2.0",
|
"@types/react": "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"astro": "^2.3.2",
|
||||||
"sass": "^1.62.1",
|
"autoprefixer": "^10.4.14",
|
||||||
"tailwindcss": "^3.3.2",
|
"qrcode": "^1.5.3",
|
||||||
"typewriter-effect": "^2.19.0"
|
"react": "^18.2.0",
|
||||||
},
|
"react-dom": "^18.2.0",
|
||||||
"devDependencies": {
|
"sass": "^1.62.1",
|
||||||
"@semantic-release/changelog": "^6.0.3",
|
"tailwindcss": "^3.3.2",
|
||||||
"@semantic-release/git": "^10.0.1",
|
"typewriter-effect": "^2.19.0"
|
||||||
"@semantic-release/npm": "^10.0.4",
|
},
|
||||||
"@semantic-release/release-notes-generator": "^11.0.4",
|
"devDependencies": {
|
||||||
"semantic-release": "^21.0.7",
|
"@semantic-release/changelog": "^6.0.3",
|
||||||
"stylelint": "^15.6.0",
|
"@semantic-release/git": "^10.0.1",
|
||||||
"stylelint-config-standard": "^33.0.0"
|
"@semantic-release/npm": "^10.0.4",
|
||||||
}
|
"@semantic-release/release-notes-generator": "^11.0.4",
|
||||||
|
"semantic-release": "^21.0.7",
|
||||||
|
"stylelint": "^15.6.0",
|
||||||
|
"stylelint-config-standard": "^33.0.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue