-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
44 lines (44 loc) · 1.12 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
43
44
{
"name": "osu-acm-website",
"type": "module",
"description": "The official website for the Oregon State University ACM chapter.",
"keywords": [
"astro",
"react",
"osu",
"acm",
"oregon",
"state",
"university",
"website",
"club",
"student",
"organization"
],
"author": "Oregon State University ACM Chapter",
"license": "MIT",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"osu-deploy": "cp -r dist/. .."
},
"dependencies": {
"@astrojs/mdx": "^2.0.3",
"@astrojs/react": "^1.2.2",
"@astrojs/rss": "^4.0.1",
"@formkit/auto-animate": "^0.8.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"astro": "^4.1.0",
"framer-motion": "^7.10.3",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.0.8"
}
}