28 lines
587 B
JSON
28 lines
587 B
JSON
{
|
|
"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": {
|
|
"@astrojs/image": "^0.11.6",
|
|
"@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"
|
|
},
|
|
"packageManager": "yarn@3.3.0",
|
|
"devDependencies": {
|
|
"sass": "^1.56.1"
|
|
}
|
|
}
|