diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-26 23:54:17 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-26 23:54:17 +0300 |
commit | 8f5278eb443864910dd9c2131c992d71e3af2d20 (patch) | |
tree | d56d805fa010e4b10af7dec0ed359f218e859667 /package.json |
Big bang
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..932d825 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "@example/basics", + "version": "0.0.1", + "private": true, + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro build", + "preview": "astro preview", + "astro": "astro" + }, + "devDependencies": { + "@astrojs/svelte": "^1.0.0", + "astro": "^1.0.8", + "svelte": "^3.49.0" + }, + "dependencies": { + "@astrojs/deno": "^1.0.0", + "@astrojs/node": "^1.0.0", + "express": "^4.18.1" + } +} |