-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 822 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
{
"name": "@example/minimal",
"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/react": "^1.2.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.12",
"@nanostores/react": "^0.4.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^1.6.0",
"install": "^0.13.0",
"nanostores": "^0.7.0",
"npm": "^8.19.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.7.0"
}
}