mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
08606e40a8
This is to exactly match the runtime in the prototype for easier debugging. We will upgrade once the runtime is functional being tested properly.
17 lines
405 B
JSON
17 lines
405 B
JSON
{
|
|
"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",
|
|
"prettier": "^1.13.7",
|
|
"tslint": "^5.10.0",
|
|
"tslint-eslint-rules": "^5.3.1",
|
|
"tslint-no-circular-imports": "^0.5.0",
|
|
"typescript": "2.8.3"
|
|
},
|
|
"browserslist": [
|
|
"chrome 69"
|
|
]
|
|
}
|