creator/web/package.json
2023-05-20 14:11:35 +02:00

31 lines
708 B
JSON

{
"name": "creator",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^2.1.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@unom/style": "^0.2.14",
"astro": "^2.3.0",
"motion": "^10.15.5",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@jasikpark/astro-svg-loader": "^0.1.0",
"@unocss/postcss": "^0.51.4",
"@unocss/preset-mini": "^0.51.4",
"@unocss/reset": "^0.51.4",
"postcss-preset-env": "^8.3.1",
"unocss": "^0.51.4"
}
}