-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 916 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "tibco-mods-splom",
"version": "1.0.1",
"description": "",
"scripts": {
"server": "mods-dev-server dist",
"build": "webpack --mode production",
"build-watch": "webpack --watch",
"start": "npm run build-watch"
},
"keywords": [
"scatter plot",
"spom chart",
"scatter matrix",
"correlation",
"data science",
"analytics",
"visualization",
"plotly"
],
"author": "Jose Leviaguirre",
"license": "ISC",
"devDependencies": {
"@tibco/spotfire-mods-dev-server": "^1.0.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@json-editor/json-editor": "^2.9.0-beta.0",
"copy-webpack-plugin": "^11.0.0",
"ify-loader": "^1.1.0",
"plotly.js-dist": "2.14.0",
"save-dev": "^0.0.1-security"
}
}