37 lines
953 B
JSON
37 lines
953 B
JSON
{
|
|
"name": "@boring.tools/feedback_widget",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/node": "^8.3.4",
|
|
"@astrojs/react": "^3.6.2",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@boring.tools/schema": "workspace:*",
|
|
"@boring.tools/ui": "workspace:*",
|
|
"@fingerprintjs/fingerprintjs": "^4.5.1",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^4.16.7",
|
|
"date-fns": "^4.1.0",
|
|
"marked": "^14.1.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.14",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.6.3",
|
|
"webcoreui": "^0.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"sass-embedded": "^1.80.6"
|
|
}
|
|
}
|