34 lines
954 B
JSON
34 lines
954 B
JSON
{
|
|
"name": "sprotty-si-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bundle.js",
|
|
"scripts": {
|
|
"defunct-build": "tsc -p ./tsconfig.json",
|
|
"build": "webpack --progress --config ./webpack.config.js",
|
|
"run": "npx http-server -c-1 .",
|
|
"watch": "tsc -w -p ./tsconfig.json",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Kris De Volder <kdevolder@pivotal.io>",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"reflect-metadata": "^0.1.10",
|
|
"sprotty": "https://github.com/eclipse/sprotty#master",
|
|
"sockjs-client": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/sockjs-client": "^1.1.1",
|
|
"@types/node": "^12.7.2",
|
|
"circular-dependency-plugin": "^2.0.0",
|
|
"core-js": "^2.5.1",
|
|
"css-loader": "^2.1.0",
|
|
"http-server": "^0.11.1",
|
|
"style-loader": "^0.23.1",
|
|
"ts-loader": "^4.4.2",
|
|
"typescript": "^3.5.3",
|
|
"webpack": "^4.15.1",
|
|
"webpack-cli": "^3.0.8"
|
|
}
|
|
}
|