-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 KB
/
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
45
46
47
48
49
50
51
{
"name": "amie",
"version": "1.0.0",
"description": "A collection of tools to make web apps rapidly",
"type": "module",
"scripts": {
"build": "node build.mjs",
"watch": "watchexec --project-origin . -w javascript node build.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leomorpho/pagoda.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leomorpho/pagoda/issues"
},
"homepage": "https://github.com/leomorpho/pagoda#readme",
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/node": "^20.12.7",
"daisyui": "^4.6.2",
"esbuild": "^0.20.0",
"esbuild-svelte": "^0.8.0",
"flowbite": "^2.3.0",
"flowbite-svelte": "^0.44.24",
"svelte": "^4.2.10",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
"dependencies": {
"@deck.gl/mapbox": "^8.9.35",
"@khmyznikov/pwa-install": "^0.3.7",
"@tiptap/extension-floating-menu": "^2.3.0",
"@tiptap/extension-placeholder": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"@use-gesture/vanilla": "^10.3.0",
"@virgilsecurity/e3kit-browser": "^3.0.5",
"clsx": "^2.1.0",
"svelte-maplibre": "^0.8.2",
"svelte-multiselect": "^10.2.0",
"svelte-tel-input": "^3.3.9",
"svelte-tiptap": "^1.1.2",
"uppload": "^2.7.2",
"wc-toast": "^1.3.1",
"workbox-precaching": "^7.0.0"
}
}