-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 968 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 968 Bytes
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
{
"name": "sfire-mods-basic-textarea",
"version": "1.0.0",
"description": "The basic text area mod allow you to add basic textual descriptions to dashboards and analyses from the Spotfire Web UI.",
"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",
"@types/commonmark": "^0.27.5",
"@types/dompurify": "^2.3.3",
"@types/marked": "^4.0.1",
"@types/node": "^17.0.9",
"copy-webpack-plugin": "^6.0.3",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"webpack": "^4.43.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"commonmark": "^0.30.0",
"dompurify": "^2.3.4"
}
}