aboutsummaryrefslogtreecommitdiff
path: root/static/package.json
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-12-20 22:09:57 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-12-20 22:09:57 +0100
commitd75ebbab2a414fe1a9a09d703a3bc7be782f1f1e (patch)
tree0de4f1c17afd6fbefbafc3a0a8a91bc85cb30355 /static/package.json
parentDocument testrunner syntax. (diff)
parentDocumentation updates for util. (diff)
downloadcalp-d75ebbab2a414fe1a9a09d703a3bc7be782f1f1e.tar.gz
calp-d75ebbab2a414fe1a9a09d703a3bc7be782f1f1e.tar.xz
Merge Javascript rewrite.
Diffstat (limited to '')
-rw-r--r--static/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/package.json b/static/package.json
new file mode 100644
index 00000000..27ea218a
--- /dev/null
+++ b/static/package.json
@@ -0,0 +1,13 @@
+{
+ "dependencies": {
+ "browserify": "^17.0.0",
+ "tsify": "^5.0.4"
+ },
+ "devDependencies": {
+ "@types/uuid": "^8.3.1",
+ "uuid": "^8.3.2"
+ },
+ "optionalDependencies": {
+ "madge": "^5.0.1"
+ }
+}