-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "Research-Narratives",
"version": "0.2.1-alpha",
"homepage": "researchnarratives.netlify.app",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rungdung/Research-Narratives.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@vincjo/datatables": "^1.10.3",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"flowbite-svelte-icons": "^0.1.1",
"postcss": "^8.4.24",
"postcss-cli": "^7.1.2",
"postcss-load-config": "^4.0.1",
"svelte-range-slider-pips": "^2.1.1",
"svelte-routing": "^1.11.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vite": "^4.2.0"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@supabase/supabase-js": "^2.26.0",
"@turf/turf": "^6.5.0",
"@types/chroma-js": "^2.4.0",
"binguru": "^1.0.0-alpha.16.0",
"chroma-js": "^2.4.2",
"flowbite": "^1.7.0",
"flowbite-svelte": "^0.38.5",
"maplibre-gl": "^3.0.1",
"pdfobject": "^2.2.12",
"svelte": "^4.0.0",
"svelte-collapsible": "^0.2.1",
"svelte-file-dropzone": "^2.0.1",
"svelvet": "^8.0.8",
"tailwind-merge": "^1.13.2"
}
}