-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "astro-space-travel",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.1.2",
"@fontsource/barlow": "^5.1.1",
"@fontsource/barlow-condensed": "^5.1.1",
"@fontsource/bellefair": "^5.1.1",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"astro": "^5.1.1",
"astro-icon": "^1.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"postcss-custom-media": "^11.0.5",
"postcss-preset-env": "^10.1.3",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"sass": "^1.83.0",
"sharp": "^0.33.5",
"stylelint": "^16.12.0",
"stylelint-config-idiomatic-css": "^1.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-plugin-logical-css": "^1.2.1"
},
"packageManager": "pnpm@9.12.1"
}