www.hip-berlin.de/package.json

28 lines
587 B
JSON
Raw Normal View History

2022-11-06 20:02:17 +00:00
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2022-11-23 21:41:04 +00:00
"@astrojs/image": "^0.11.6",
2022-11-18 15:09:51 +00:00
"@svgdotjs/svg.js": "^3.1.2",
"@tweakpane/core": "^1.1.0",
"astro": "^1.6.0",
"astro-compress": "^1.1.7",
"colord": "^2.9.3",
"random-seed": "^0.3.0",
"tweakpane": "^3.1.0"
2022-11-06 20:02:17 +00:00
},
2022-11-16 14:27:52 +00:00
"packageManager": "yarn@3.3.0",
"devDependencies": {
"sass": "^1.56.1"
}
2022-11-06 20:02:17 +00:00
}