summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..249d8de
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "netpunk",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "type": "module",
+ "author": "Delta <darkussdelta@gmail.com>",
+ "license": "GPL-3.0-or-later",
+ "packageManager": "pnpm@10.9.0",
+ "dependencies": {
+ "@base-ui/react": "^1.7.0",
+ "@preact/preset-vite": "^2.10.6",
+ "@tsconfig/recommended": "^1.0.13",
+ "preact": "^10.29.8",
+ "temporal-polyfill": "^1.0.3",
+ "vite": "^8.2.1"
+ }
+}