summaryrefslogtreecommitdiffstats
path: root/front/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'front/package.json')
-rw-r--r--front/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/front/package.json b/front/package.json
new file mode 100644
index 0000000..941b9c4
--- /dev/null
+++ b/front/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "upnet",
+ "version": "1.0.0",
+ "description": "yet another todo list",
+ "main": "index.jsx",
+ "dependencies": {
+ "axios": "^0.21.1",
+ "esbuild": "^0.8.49",
+ "moment": "^2.29.1",
+ "preact": "^10.5.12",
+ "strftime": "^0.10.0"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: testing is disallowed\" && exit 1",
+ "build": "esbuild index.jsx --sourcemap=inline --bundle --outdir=dist",
+ "release": "esbuild index.jsx --bundle --minify --outdir=dist",
+ "watch": "esbuild index.jsx --sourcemap=inline --bundle --outdir=dist --watch"
+ },
+ "author": "syn",
+ "license": "MIT"
+}