2021-08-06 11:08:56 -04:00
|
|
|
{
|
2022-12-18 11:56:34 -05:00
|
|
|
"name": "@example/basics",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
2021-08-06 11:08:56 -04:00
|
|
|
"scripts": {
|
2022-06-03 06:53:42 -04:00
|
|
|
"dev": "astro dev",
|
2022-12-18 11:56:34 -05:00
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-08-06 11:08:56 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-21 17:07:25 -05:00
|
|
|
"@astrojs/mdx": "^0.13.0",
|
2022-12-18 11:56:34 -05:00
|
|
|
"@astrojs/svelte": "^1.0.2",
|
|
|
|
"@astrojs/tailwind": "^2.1.3",
|
|
|
|
"astro": "^1.6.15",
|
2023-02-15 10:09:45 -05:00
|
|
|
"cytoscape": "^3.23.0",
|
2022-12-18 11:56:34 -05:00
|
|
|
"daisyui": "^2.45.0",
|
2022-12-21 17:07:25 -05:00
|
|
|
"p5-svelte": "^3.1.2",
|
2022-12-18 11:56:34 -05:00
|
|
|
"svelte": "^3.55.0",
|
2023-04-13 12:04:57 -04:00
|
|
|
"tailwindcss": "^3.3.1",
|
2022-12-18 11:56:34 -05:00
|
|
|
"theme-change": "^2.2.0"
|
2021-08-06 11:08:56 -04:00
|
|
|
}
|
|
|
|
}
|