-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1023 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1023 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
31
32
33
{
"name": "vertigis-studio-web-project",
"private": true,
"version": "1.0.0",
"description": "",
"license": "UNLICENSED",
"author": "",
"type": "commonjs",
"scripts": {
"build": "vertigis-web-sdk build && npm run rename-output",
"start": "vertigis-web-sdk start",
"upgrade": "vertigis-web-sdk upgrade",
"prettier": "prettier --write \"**/*.json\" \"**/*.js\" \"**/*.ts\" \"**/*.tsx\"",
"rename-output": "node ./scripts/rename.js"
},
"devDependencies": {
"@vertigis/web": "5.39",
"@vertigis/web-sdk": "^2.0.1",
"prettier": "^3.3.1",
"typescript": ">=4.7.4 <5.4.0"
},
"overrides": {
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.2/xlsx-0.20.2.tgz"
},
"dependencies": {
"@amcharts/amcharts5": "^5.12.1",
"chart.js": "^4.4.9",
"react-chartjs-2": "^5.3.0",
"react-draggable": "^4.5.0",
"worker-loader": "^3.0.8",
"xlsx-js-style": "^1.2.0"
}
}