-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 989 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": "DDNP",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/image": "^0.3.6",
"@astrojs/mdx": "^0.10.0",
"@astrojs/preact": "^0.3.1",
"@astrojs/react": "^0.2.0",
"@astrojs/tailwind": "^0.2.2",
"@babel/core": "^7.18.6",
"@heroicons/react": "^1.0.6",
"@tailwindcss/typography": "^0.5.2",
"astro": "^1.0.7",
"astro-icon": "^0.7.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sass": "^1.52.2",
"tailwindcss": "^3.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.6.5",
"mirador": "^3.3.0",
"mirador-annotations": "^0.5.0",
"preact": "^10.7.3"
}
}