2021-04-15 15:55:50 +00:00
|
|
|
{
|
2021-06-29 16:05:33 +00:00
|
|
|
"name": "@example/framework-vue",
|
2021-06-28 12:02:59 +00:00
|
|
|
"version": "0.0.1",
|
2021-06-29 16:05:33 +00:00
|
|
|
"private": true,
|
2021-04-15 15:55:50 +00:00
|
|
|
"scripts": {
|
2021-08-19 05:07:08 +00:00
|
|
|
"dev": "astro dev",
|
2021-04-30 21:33:35 +00:00
|
|
|
"start": "astro dev",
|
2021-08-26 19:08:52 +00:00
|
|
|
"build": "astro build",
|
2022-08-06 04:36:23 +00:00
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
2021-04-15 15:55:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-26 13:58:38 +00:00
|
|
|
"@astrojs/vue": "^0.5.0",
|
2022-08-08 23:10:55 +00:00
|
|
|
"astro": "^1.0.0-rc.8"
|
2022-03-19 02:03:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-28 13:33:13 +00:00
|
|
|
"vue": "^3.2.37"
|
2021-04-15 15:55:50 +00:00
|
|
|
}
|
|
|
|
}
|