summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-21 09:54:37 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-21 16:09:24 -0400
commitaf6076f3c6008d3aacb69ae3eca8db2eb3f00de9 (patch)
tree4e3ec35ab81204c5e64eaf95c30a58d3a91134bc /package.json
parent2c65292119d13b880ad57783dda434147b6f6980 (diff)
Source maps work for testdata/007_stack_trace.ts.
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index df7ef042e..2de98d4cd 100644
--- a/package.json
+++ b/package.json
@@ -5,13 +5,19 @@
"fmt": "prettier --write *.ts* *.js *.json"
},
"devDependencies": {
+ "@types/base64-js": "^1.2.5",
"@types/source-map-support": "^0.4.0",
+ "base64-js": "^1.3.0",
+ "espree": "^3.5.3",
"http-server": "^0.11.1",
+ "jsdoc": "^3.5.5",
"parcel-bundler": "^1.8.1",
"protobufjs": "^6.8.6",
- "source-map-support": "^0.5.6",
+ "source-map": "0.6.0",
+ "tmp": "0.0.33",
"tslint": "^5.10.0",
- "typescript": "^2.8.3"
+ "typescript": "^2.8.3",
+ "uglify-js": "^2.8.29"
},
"dependencies": {}
}