-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1.07 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
{
"name": "areweoidcyet",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.5",
"@astrojs/react": "^4.1.4",
"@fontsource/inconsolata": "^5.1.1",
"@fontsource/inter": "^5.1.1",
"@nanostores/persistent": "^0.10.2",
"@nanostores/react": "^0.8.4",
"@tanstack/react-query": "^5.64.1",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@vector-im/compound-design-tokens": "^3.0.1",
"@vector-im/compound-web": "^7.6.2",
"astro": "^5.1.6",
"classnames": "^2.5.1",
"modern-normalize": "^3.0.1",
"nanostores": "^0.11.3",
"qrcode.react": "^4.2.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.3"
},
"packageManager": "[email protected]+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}