Skip to content

Commit 39bae0d

Browse files
committed
post-rebase
1 parent 9d472ce commit 39bae0d

2 files changed

Lines changed: 1 addition & 60 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"lint:fix": "npx eslint . --config .eslintrc.json --fix",
2929
"format": "prettier --write . && npm run format --silent --workspaces --if-present",
3030
"format:quick": "pretty-quick",
31-
"test": "npm test -w packages/core -w packages/assertions -w packages/defaults -w packages/cli"
31+
"test": "npm test -w packages/core -w packages/assertions -w packages/defaults -w packages/cli -w packages/code-gen"
3232
}
3333
}

packages/web/package.json

Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,4 @@
11
{
2-
"name": "@thing-description-playground/web",
3-
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
4-
"license": "EPL-2.0 OR W3C-20150513",
5-
"version": "2.0.0",
6-
"description": "Web GUI for the Eclipse Thingweb Playground",
7-
"homepage": "https://github.com/eclipse-thingweb/playground#readme",
8-
"bugs": {
9-
"url": "https://github.com/eclipse-thingweb/playground/issues"
10-
},
11-
"main": "index.js",
12-
"repository": {
13-
"type": "git",
14-
"url": "https://github.com/eclipse-thingweb/playground.git",
15-
"directory": "packages/web"
16-
},
17-
"scripts": {
18-
"build": "node external-scripts/generate-paths.js && webpack --mode production",
19-
"dev": "webpack serve --mode development",
20-
"serve": "node server/server.js",
21-
"examples": "node external-scripts/generate-paths.js",
22-
"test": "npx playwright test --project=chromium --project=firefox",
23-
"test-full": "npx playwright test"
24-
},
25-
"dependencies": {
26-
"@thingweb/aas-aid": "^1.0.2",
27-
"@thingweb/async-api-converter": "^1.0.0",
28-
"@thingweb/code-gen": "^1.0.0",
29-
"@thingweb/json-spell-checker": "^1.0.0",
30-
"@thingweb/open-api-converter": "^1.0.0",
31-
"@thingweb/td-utils": "^1.0.0",
32-
"d3": "^3.5.17",
33-
"d3-tip": "^0.6.7",
34-
"express": "^4.22.2",
35-
"monaco-editor": "^0.40.0",
36-
"string-direction": "^0.1.2",
37-
"svg-crowbar": "^0.7.0",
38-
"vega": "^5.33.0",
39-
"vega-embed": "^6.21.0"
40-
},
41-
"devDependencies": {
42-
"@babel/core": "^7.26.10",
43-
"@babel/preset-env": "^7.26.9",
44-
"@playwright/test": "^1.56.1",
45-
"babel-loader": "^10.0.0",
46-
"copy-webpack-plugin": "^13.0.0",
47-
"css-loader": "^7.1.2",
48-
"css-minimizer-webpack-plugin": "^7.0.2",
49-
"html-webpack-plugin": "^5.6.3",
50-
"json-loader": "^0.5.7",
51-
"mini-css-extract-plugin": "^2.9.2",
52-
"monaco-editor-webpack-plugin": "^7.1.0",
53-
"nodemon": "^3.1.9",
54-
"sass": "^1.86.0",
55-
"sass-loader": "^16.0.5",
56-
"style-loader": "^4.0.0",
57-
"webpack": "^5.98.0",
58-
"webpack-cli": "^6.0.1",
59-
"webpack-dev-server": "^5.2.4"
60-
}
612
"name": "@thing-description-playground/web",
623
"author": "Eclipse Thingweb <thingweb-dev@eclipse.org> (https://thingweb.io/)",
634
"license": "EPL-2.0 OR W3C-20150513",

0 commit comments

Comments
 (0)