-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 849 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
{
"name": "ds-2022",
"version": "0.0.1",
"description": "Repository of presentations for Esri's DevSummit 2022 in Palm Springs",
"scripts": {
"start": "vite",
"build": "vite build",
"types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yannikmesserli/DS-2022.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/yannikmesserli/DS-2022/issues"
},
"homepage": "https://github.com/yannikmesserli/DS-2022#readme",
"dependencies": {
"@arcgis/core": "^4.23.0-next.20220311",
"file-saver": "^2.0.5",
"json2csv": "^5.0.7"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/json2csv": "5.0.3",
"@types/reveal": "4.2.0",
"@types/sortablejs": "1.10.7",
"typescript": "4.6.2",
"vite": "^2.8.6"
}
}