-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"dependencies": {
"@algolia/client-search": "^5.5.1",
"@aracna/core": "^1.1.91",
"@aracna/icons-feather": "^1.0.10",
"@aracna/icons-feather-react": "1.0.19",
"@aracna/icons-feather-web": "^1.0.24",
"@aracna/react": "1.0.53",
"@aracna/react-components": "1.0.50",
"@aracna/state-manager": "^1.0.39",
"@aracna/state-manager-react": "^1.0.35",
"@aracna/web": "^1.0.75",
"@aracna/web-components": "1.0.86",
"@astrojs/mdx": "^3.1.6",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.1",
"@floating-ui/dom": "^1.6.11",
"@stackblitz/sdk": "^1.11.0",
"algoliasearch": "^5.5.1",
"astro": "^4.15.7",
"dompurify": "^3.1.6",
"focus-trap": "^7.6.0",
"lit": "^3.2.0",
"lit-html": "^3.2.0",
"prettier": "^3.3.3",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"superstruct": "^2.0.2",
"tabbable": "^6.2.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.5.5",
"@types/prismjs": "^1.26.4",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
},
"name": "@aracna/website",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "rm -rf dist && astro check && tsc --noEmit && astro build",
"preview": "astro preview",
"astro": "astro"
},
"version": "0.0.1"
}