-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 878 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
{
"name": "astro-brew",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "prettier --write --plugin-search-dir=. .",
"prettier:check": "prettier --check --plugin-search-dir=. ."
},
"devDependencies": {
"@astrojs/renderer-react": "^0.4.0",
"astro": "^0.22.9",
"autoprefixer": "^10.4.2",
"prettier": "2.5.1",
"sass": "^1.49.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@types/node": "^17.0.17",
"@types/react": "^17.0.38",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.7.2",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-scss": "^4.0.3",
"prettier-plugin-astro": "^0.0.12",
"react-simple-maps": "^2.3.0",
"typescript": "^4.5.5"
}
}