-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 813 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 813 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
{
"name": "danielle-dev",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/netlify": "^1.0.1",
"@astrojs/preact": "^1.0.2",
"astro": "^1.0.7",
"sass": "^1.54.5"
},
"dependencies": {
"@astrojs/image": "^0.3.6",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@prismicio/client": "^6.6.4",
"@prismicio/helpers": "^2.3.3",
"dotenv": "^16.0.1",
"preact": "^10.10.6",
"rollup-plugin-scss": "^3.0.0"
}
}