WIP
This commit is contained in:
33
nodejs-packages/sprotty-live-beans-client/package.json
Normal file
33
nodejs-packages/sprotty-live-beans-client/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "sprotty-live-beans-client",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "bundle.js",
|
||||
"scripts": {
|
||||
"defunct-build": "tsc -p ./tsconfig.json",
|
||||
"build": "webpack --progress --config ./webpack.config.js && bash copy-script.sh",
|
||||
"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": {
|
||||
"@types/sockjs-client": "^1.1.1",
|
||||
"reflect-metadata": "^0.1.10",
|
||||
"sprotty": "^0.6.0",
|
||||
"sockjs-client": "^1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user