-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.71 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": "@example/basics",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "node build.js && paraglide-js compile --project ./project.inlang && tinacms dev -c \"astro dev\"",
"start": "astro dev",
"build": "node build.js && paraglide-js compile --project ./project.inlang && tinacms build && astro build",
"preview": "astro preview",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide"
},
"devDependencies": {
"@inlang/paraglide-js": "1.8.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tinacms/cli": "^1.5.39",
"@types/node": "^20.11.16",
"@types/underscore": "^1.11.15",
"astro": "^4.4.0",
"prettier-plugin-astro": "^0.13.0"
},
"dependencies": {
"@astrojs/mdx": "^2.1.1",
"@astrojs/netlify": "^5.1.2",
"@astrojs/react": "^3.0.10",
"@astrojs/sitemap": "^3.0.5",
"@astrojs/tailwind": "^5.1.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@inlang/paraglide-astro": "^0.1.11",
"@nanostores/react": "^0.7.1",
"@performant-software/core-data": "2.2.9",
"@performant-software/geospatial": "2.2.9",
"@performant-software/semantic-components": "2.2.9",
"@peripleo/maplibre": "^0.5.2",
"@peripleo/peripleo": "^0.5.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-switch": "^1.0.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"clsx": "^2.1.0",
"nanostores": "^0.9.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^7.6.0",
"tailwindcss": "^3.4.1",
"tinacms": "^1.5.28",
"typesense-instantsearch-adapter": "^2.7.1",
"underscore": "^1.13.6"
}
}