-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1012 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
36
37
38
39
40
41
42
43
44
{
"name": "placemark-global",
"dependencies": {
"d3": "^7.9.0",
"d3-geo": "^3.1.1",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@figma/eslint-plugin-figma-plugins": "^0.15.0",
"@figma/plugin-typings": "^1.96.0",
"@types/d3": "^7.4.3",
"@types/d3-geo": "^3.1.0",
"@types/topojson-client": "^3.1.4",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^9.5.0",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vite-plugin-singlefile": "^2.0.2"
},
"scripts": {
"dev": "vite",
"build-ui": "vite build",
"build-backend": "vite --config vite-backend.config.js build",
"tsc": "tsc"
},
"figma-plugin": {
"editorType": [
"figma"
],
"id": "1323092380415927575",
"networkAccess": {
"allowedDomains": [
"none"
]
},
"name": "Placemark Globe",
"main": "src/main.ts",
"ui": "src/ui.ts"
},
"volta": {
"node": "20.10.0"
}
}