Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Varin authored Jan 3, 2023
1 parent 20fdfeb commit 9cf0b59
Show file tree
Hide file tree
Showing 10 changed files with 2,396 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "sfire-mod-tags",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "mods-dev-server dist",
"build": "webpack --mode production",
"build-watch": "webpack --watch",
"start": "npm run build-watch"
},
"author": "lehtipalo",
"license": "ISC",
"devDependencies": {
"@tibco/spotfire-mods-dev-server": "^1.0.0",
"copy-webpack-plugin": "^10.2.3",
"live-server": "^1.2.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@types/d3": "^7.4.0",
"d3": "^7.4.4"
}
}
387 changes: 387 additions & 0 deletions spotfire/mod-schema.json

Large diffs are not rendered by default.

Loading

0 comments on commit 9cf0b59

Please sign in to comment.