-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.27 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.27 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "sveltekit-2",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-vercel": "^3.1.0",
"@sveltejs/kit": "^1.27.6",
"@types/cookie": "^0.5.4",
"@types/node": "^18.18.13",
"@types/svgdom": "^0.1.2",
"@vercel/node": "^2.15.10",
"eslint": "^8.54.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.2",
"ts-node": "^10.9.1",
"tsconfig.json": "^1.0.11",
"typescript": "^5.3.2",
"vite": "^4.5.0",
"vitest": "^0.25.8",
"web-vitals": "^3.5.0"
},
"peerDependencies": {
"@types/node": "^14"
},
"type": "module",
"dependencies": {
"@auth0/auth0-spa-js": "^2.1.2",
"@azure/identity": "^3.4.1",
"@azure/msal-node": "^2.6.0",
"@googlemaps/js-api-loader": "^1.16.2",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/rush-stack-compiler-4.2": "^0.3.1",
"@pipedrive/app-extensions-sdk": "^0.9.0",
"@pnp/graph": "^3.20.1",
"@pnp/msaljsclient": "^3.20.1",
"@pnp/nodejs": "^3.20.1",
"@pnp/sp": "^3.20.1",
"@shopify/shopify-api": "^7.7.0",
"@supabase/auth-helpers-sveltekit": "^0.10.7",
"@supabase/supabase-js": "^2.38.5",
"@svgdotjs/svg.js": "^3.2.0",
"@theatre/core": "^0.7.0",
"@theatre/studio": "^0.7.0",
"@threlte/core": "^6.1.1",
"@threlte/extras": "^5.7.0",
"@threlte/theatre": "^2.1.3",
"@turf/area": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/points-within-polygon": "^6.5.0",
"@types/google-maps": "^3.2.6",
"@types/mjml": "^4.7.4",
"@types/nunjucks": "^3.2.6",
"@types/three": "^0.155.1",
"@vercel/postgres": "^0.4.2",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^2.1.1",
"cheerio": "1.0.0-rc.12",
"convert-svg-to-png": "^0.6.4",
"d3": "^7.8.5",
"dateformat": "^5.0.3",
"docxtemplater": "^3.42.2",
"docxtemplater-image-hyperlink-module-free": "^1.0.2",
"html-to-docx": "^1.8.0",
"isomorphic-fetch": "^3.0.0",
"jszip": "^3.10.1",
"juice": "^9.1.0",
"langchain": "^0.0.151",
"langsmith": "^0.0.36",
"mapbox-gl": "^2.15.0",
"mjml": "^4.14.1",
"ml-kmeans": "^6.0.0",
"msal": "^1.4.18",
"nunjucks": "^3.2.4",
"openai": "4.0.0-beta.12",
"pipedrive": "^21.2.0",
"pizzip": "^3.1.4",
"postprocessing": "^6.33.3",
"readline-sync": "^1.4.10",
"really-relaxed-json": "^0.3.2",
"sass": "^1.69.5",
"sharp": "^0.32.6",
"shopify-token": "^4.1.0",
"svelte-material-icons": "^3.0.5",
"svelte-preprocess": "^5.1.1",
"sveltekit-search-params": "^1.0.15",
"svg-png-converter": "^0.0.9",
"svg2img": "1.0.0-beta.2",
"svg2png": "^4.1.1",
"svgdom": "^0.1.19",
"three": "^0.155.0",
"three.meshline": "^1.4.0",
"tiktoken": "^1.0.11",
"toastr": "^2.1.4",
"vercel": "^32.5.6",
"zod": "^3.22.4"
}
}