-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 Bytes
/
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
{
"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/image": "^0.12.1",
"@astrojs/react": "^1.2.2",
"@astrojs/sitemap": "^1.0.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"astro": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"dayjs": "^1.11.7",
"newt-client-js": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.7.0",
"sharp": "^0.31.3",
"vite": "^4.0.4"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react-router-dom": "^5.3.3",
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.0",
"sass": "^1.57.1",
"tsconfig-paths": "^4.1.2"
}
}