-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.07 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
{
"name": "@performant-software/core-data-places",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node build.config.mjs && node build.fields.mjs && node build.content.mjs && tinacms dev -c \"astro dev\"",
"build": "node build.config.mjs && node build.fields.mjs && node build.content.mjs && tinacms build && astro build",
"preview": "astro preview"
},
"devDependencies": {
"@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",
"ts-node": "^10.9.2"
},
"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",
"@astrojs/ts-plugin": "^1.10.4",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@nanostores/react": "^0.7.1",
"@netlify/functions": "^2.8.2",
"@octokit/rest": "^21.0.2",
"@performant-software/core-data": "^2.2.19",
"@performant-software/geospatial": "^2.2.19",
"@performant-software/semantic-components": "^2.2.19",
"@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",
"netlify-cli": "^17.38.1",
"next-tinacms-s3": "^1.3.15",
"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"
}
}