-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "thoughtful-ai-tools-lab",
"version": "1.0.0",
"description": "Thoughtful AI Tools Lab - AI research group at Calvin University",
"main": "assets/js/astro-launch-ui.min.js",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"keywords": [],
"author": "Ken Arnold (https://kenarnold.org), based on work by https://www.creative-tim.com/",
"license": "MIT",
"dependencies": {
"@astrojs/react": "^4.2.2",
"@astrojs/tailwind": "^6.0.2",
"@heroicons/react": "^2.0.16",
"@tailwindcss/typography": "^0.5.16",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^5.5.5",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"sass": "^1.55.0",
"tailwindcss": "^3.3.0",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AIToolsLab/AIToolsLab.github.io.git"
},
"bugs": {
"url": "https://github.com/AIToolsLab/AIToolsLab.github.io/issues"
},
"homepage": "https://thoughtful-ai.com/"
}