-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^6.0.0",
"@astrojs/react": "^3.0.2",
"@astrojs/tailwind": "*",
"@radix-ui/react-collapsible": "1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-tooltip": "^1.0.5",
"@rjsf/core": "^4.2.0",
"astro": "^3",
"json-schema": "*",
"near-api-js": "*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "3.2.7",
"to-snake-case": "^1.0.0"
},
"devDependencies": {
"@astrojs/netlify": "^3.0.1",
"@types/node": "*",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.4",
"@types/to-snake-case": "^1.0.0",
"ajv": "*",
"prettier": "latest"
}
}