-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 991 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 991 Bytes
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
{
"name": "netlogo-website-frontend",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro start --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/node": "^8.3.3",
"@astrojs/partytown": "^2.1.4",
"@astrojs/react": "^3.4.0",
"@directus/sdk": "^19.0.1",
"@formkit/auto-animate": "^0.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.3",
"bootstrap": "^5.3.7",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"node-fetch": "^3.3.2",
"partytown": "^0.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"rehype-raw": "^7.0.0",
"serve": "^14.2.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10"
}
}