-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 977 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
38
{
"name": "uais",
"description": "Website for the Undergraduate Artificial Intelligence Society.",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^1.0.0",
"@egjs/flicking": "^4.10.4",
"@egjs/flicking-plugins": "^4.5.0",
"astro": "^4.16.4",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@astrojs/vue": "^4.5.2",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@types/node": "^18.11.13",
"astro-compress": "^2.0.15",
"astro-compressor": "^0.4.0",
"astro-imagetools": "^0.9.0",
"astro-purgecss": "^4.6.1",
"autoprefixer": "^10.4.13",
"bulma": "^0.9.4",
"cssnano": "^5.1.14",
"pug": "^3.0.3",
"sass": "^1.56.2",
"sharp": "^0.32.6"
}
}