summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..03a8323
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "track",
+ "version": "1.0.0",
+ "main": "index.js",
+ "scripts": {
+ "esbuild": "esbuild web/app/index.jsx --bundle --minify --outfile=web/dist/index.js --loader:.html=text --loader:.js=jsx --loader:.svg=dataurl"
+ },
+ "author": "",
+ "license": "ISC",
+ "description": "",
+ "devDependencies": {
+ "esbuild": "0.23.1"
+ },
+ "dependencies": {
+ "@phntms/use-local-state": "^0.1.4",
+ "moment": "^2.30.1",
+ "pigeon-maps": "^0.21.6",
+ "react": "^18.3.1",
+ "react-dom": "^18.3.1"
+ }
+}