diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-18 13:29:54 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-08-18 13:29:54 +0300 |
commit | fd70f95224374d23157ee7c0357733102cd0df53 (patch) | |
tree | e490c12e021cedaf211b292d5d623baa32a673fc /package.json |
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 21 |
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" + } +} |