-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.39 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
{
"name": "greentic-docs",
"version": "1.0.0",
"type": "module",
"description": "Greentic Documentation Website - Interactive docs and tutorials for the digital worker platform",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"lint": "eslint . --ext .ts,.tsx,.astro",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/mdx": "^4.0.0",
"@astrojs/react": "^4.1.0",
"@astrojs/tailwind": "^6.0.0",
"@codesandbox/sandpack-react": "^2.19.0",
"@react-three/drei": "^9.117.0",
"@react-three/fiber": "^8.17.0",
"@tailwindcss/typography": "^0.5.15",
"@xyflow/react": "^12.3.0",
"astro": "^5.1.0",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"lucide-react": "^0.469.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shiki": "^1.24.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.0",
"three": "^0.170.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.170.0",
"prettier": "^3.4.0",
"prettier-plugin-astro": "^0.14.0",
"typescript": "^5.7.0"
},
"engines": {
"node": ">=20.0.0"
},
"optionalDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.29.1"
}
}