forked from performant-software/gbof-astro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.19 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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.13",
"@types/node": "^14.18.63",
"@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.32",
"@nanostores/react": "^0.7.1",
"@netlify/functions": "^2.8.2",
"@octokit/rest": "^21.0.2",
"@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",
"@tinacms/cli": "^1.5.34",
"@tinacms/datalayer": "^1.2.29",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"abstract-level": "^1.0.4",
"clsx": "^2.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"js-base64": "^3.7.7",
"module-error": "^1.0.2",
"mongodb": "^6.9.0",
"nanostores": "^0.9.5",
"netlify-cli": "^17.37.0",
"next-tinacms-cloudinary": "^4.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-instantsearch": "^7.6.0",
"serverless-http": "^3.2.0",
"tailwindcss": "^3.4.4",
"tinacms": "^1.5.24",
"tinacms-authjs": "^1.0.0",
"typescript": "^4.9.5",
"typesense-instantsearch-adapter": "^2.7.1",
"underscore": "^1.13.6"
}
}