2022-05-26 01:29:59 +00:00
|
|
|
{
|
2023-08-13 09:00:03 +00:00
|
|
|
"name": "@lumeweb/web3extension.io",
|
2023-08-13 07:04:14 +00:00
|
|
|
"type": "module",
|
2023-08-19 02:00:11 +00:00
|
|
|
"version": "0.2.0-develop.1",
|
2023-08-13 07:04:14 +00:00
|
|
|
"private": true,
|
2023-08-13 09:00:03 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "gitea@git.lumeweb.com:LumeWeb/web3extension.io.git"
|
|
|
|
},
|
2023-08-13 07:04:14 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "TAILWIND_MODE=watch astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro",
|
|
|
|
"semantic-release": "semantic-release"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/image": "^0.16.6",
|
|
|
|
"@astrojs/react": "^2.1.1",
|
|
|
|
"@astrojs/tailwind": "^3.1.1",
|
|
|
|
"astro": "^2.3.2",
|
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
|
"sass": "^1.62.1",
|
|
|
|
"tailwindcss": "^3.3.2",
|
|
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
|
|
"@semantic-release/git": "^10.0.1",
|
|
|
|
"@semantic-release/npm": "^10.0.4",
|
|
|
|
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
|
|
"semantic-release": "^21.0.7"
|
|
|
|
}
|
2022-05-26 01:29:59 +00:00
|
|
|
}
|