2019-01-08 07:46:19 +07:00
|
|
|
{
|
|
|
|
"name": "@coder/vscode",
|
2019-01-12 07:11:34 +07:00
|
|
|
"description": "VS Code implementation of the browser-based IDE client.",
|
2019-01-19 04:46:40 +07:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"scripts": {
|
2019-03-02 04:51:11 +07:00
|
|
|
"build:bootstrap-fork": "cross-env UV_THREADPOOL_SIZE=100 node --max-old-space-size=32384 ../../node_modules/webpack/bin/webpack.js --config ./webpack.bootstrap.config.js"
|
2019-01-19 04:46:40 +07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-01-24 06:44:57 +07:00
|
|
|
"iconv-lite": "^0.4.24",
|
2019-01-29 00:14:06 +07:00
|
|
|
"onigasm": "^2.2.1",
|
2019-01-19 04:46:40 +07:00
|
|
|
"spdlog": "^0.7.2",
|
2019-03-02 04:51:11 +07:00
|
|
|
"string-replace-loader": "^2.1.1",
|
|
|
|
"tar-stream": "^2.0.1"
|
2019-01-29 00:14:06 +07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-03-02 04:51:11 +07:00
|
|
|
"@types/tar-stream": "^1.6.0",
|
2019-01-29 00:14:06 +07:00
|
|
|
"vscode-textmate": "^4.0.1"
|
2019-01-19 04:46:40 +07:00
|
|
|
}
|
2019-01-08 07:46:19 +07:00
|
|
|
}
|