-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.5 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.5 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "spaceforneurodiversity",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Empowering Neurodiversity in Space",
"author": "Ryan Laird",
"license": "MIT",
"homepage": "https://spaceforneurodiversity.org",
"repository": {
"type": "git",
"url": "https://github.com/greenorbitspace/space-for-neuro.git"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"postbuild": "echo 'spaceforneurodiversity.org' > dist/CNAME",
"deploy": "npm run build && npm run postbuild && gh-pages -d dist -b gh-pages"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.8",
"@astrojs/markdown-remark": "^6.3.8",
"@astrojs/mdx": "^4.3.3",
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.2",
"@astrojs/tailwind": "^6.0.2",
"@fullcalendar/core": "^6.1.19",
"@fullcalendar/daygrid": "^6.1.19",
"@fullcalendar/interaction": "^6.1.19",
"@fullcalendar/react": "^6.1.19",
"@stripe/react-stripe-js": "^3.9.0",
"@stripe/stripe-js": "^7.8.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"alpinejs": "^3.14.9",
"bibtex-parse-js": "^0.0.23",
"blueimp-md5": "^2.19.0",
"chart.js": "^4.5.1",
"chrome-launcher": "^1.2.0",
"date-fns": "^4.1.0",
"devalue": ">=5.3.2",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"lighthouse": "^12.8.1",
"lightningcss": "^1.30.1",
"markdown-it": "^14.1.0",
"mgrs": "^2.1.0",
"node-fetch": "^3.3.2",
"pa11y": "^9.0.0",
"papaparse": "^5.5.3",
"react": "^19.1.1",
"react-compare-slider": "^3.1.0",
"react-dom": "^19.1.1",
"react-intersection-observer": "^9.16.0",
"react-leaflet": "^5.0.0",
"recharts": "^3.1.2",
"rss": "^1.2.2",
"sharp": "^0.34.3",
"simplecrawler": "^1.1.9",
"slugify": "^1.6.6",
"stripe": "^18.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.179.1"
},
"devDependencies": {
"astro": "^5.15.7",
"autoprefixer": "^10.4.21",
"devalue": ">=5.3.2",
"dotenv": "^17.2.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"gh-pages": "^6.3.0",
"postcss": "^8.5.6",
"postcss-html": "^1.8.0",
"stylelint": "^16.23.0",
"stylelint-config-standard": "^39.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "^7.1.5"
}
}