1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/package.json

18 lines
405 B
JSON
Raw Normal View History

{
"devDependencies": {
2018-06-14 08:31:31 -04:00
"@types/base64-js": "^1.2.5",
2018-07-04 14:50:28 -04:00
"@types/flatbuffers": "^1.9.0",
2018-06-14 08:31:31 -04:00
"@types/source-map-support": "^0.4.1",
2018-07-04 14:50:28 -04:00
"flatbuffers": "^1.9.0",
"parcel-bundler": "^1.8.1",
2018-07-09 01:09:56 -04:00
"prettier": "^1.13.7",
2018-07-01 15:23:21 -04:00
"tslint": "^5.10.0",
"tslint-eslint-rules": "^5.3.1",
"tslint-no-circular-imports": "^0.5.0",
"typescript": "2.8.3"
},
"browserslist": [
"chrome 69"
]
}