summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2018-07-06 14:11:15 +0900
committerRyan Dahl <ry@tinyclouds.org>2018-07-06 01:57:32 -0400
commitc1f430966a798e7f26228e3e3a372b0d3eb4a549 (patch)
tree3ba9c34268553dbfd6771cd80abf6bf8b74b3ec2 /package.json
parent31eda28a640f1052ef3ccf57704c3f564cf5061f (diff)
chore: reorganize symlinks
resolves #332
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..e93ab1f1b
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "devDependencies": {
+ "@types/base64-js": "^1.2.5",
+ "@types/flatbuffers": "^1.9.0",
+ "@types/source-map-support": "^0.4.1",
+ "flatbuffers": "^1.9.0",
+ "parcel-bundler": "^1.8.1",
+ "tslint": "^5.10.0",
+ "tslint-eslint-rules": "^5.3.1",
+ "tslint-no-circular-imports": "^0.5.0",
+ "typescript": "^2.9.1"
+ },
+ "browserslist": [
+ "chrome 69"
+ ]
+}