lumeweb.com/package.json

37 lines
962 B
JSON
Raw Normal View History

2023-04-27 23:33:58 +00:00
{
2023-08-12 23:34:14 +00:00
"name": "@lumeweb/lumeweb.com",
2023-04-27 23:33:58 +00:00
"type": "module",
"version": "0.0.1",
"private": true,
2023-04-27 23:33:58 +00:00
"scripts": {
2023-04-28 06:17:06 +00:00
"dev": "TAILWIND_MODE=watch astro dev",
2023-04-27 23:33:58 +00:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.16.6",
"@astrojs/react": "^2.1.1",
"@astrojs/tailwind": "^3.1.1",
2023-04-28 00:40:05 +00:00
"@types/react": "^18.2.0",
2023-04-27 23:33:58 +00:00
"astro": "^2.3.2",
"autoprefixer": "^10.4.14",
"qrcode": "^1.5.3",
2023-04-27 23:33:58 +00:00
"react": "^18.2.0",
2023-08-12 17:24:26 +00:00
"react-dom": "^18.2.0",
"sass": "^1.62.1",
2023-04-27 23:33:58 +00:00
"tailwindcss": "^3.3.2",
"typewriter-effect": "^2.19.0"
2023-04-29 06:34:08 +00:00
},
"devDependencies": {
2023-08-12 23:21:08 +00:00
"@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",
2023-04-29 06:34:08 +00:00
"stylelint": "^15.6.0",
"stylelint-config-standard": "^33.0.0"
2023-04-27 23:33:58 +00:00
}
}