-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 909 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 909 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
{
"name": "tomplate",
"private": false,
"version": "0.0.1",
"types": "./dist/index.d.ts",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "rimraf --glob build/**/* && tsc && vite build",
"preview": "vite preview --port 8080"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.0",
"vite": "^5.4.0"
},
"dependencies": {
"flatgeobuf": "^3.33.0",
"jszip": "^3.10.1",
"shpjs": "^4.0.2"
}
}