-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "ilios",
"version": "1.0.0",
"private": true,
"description": "ilios",
"author": "Neesh774",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@mdx-js/react": "^2.1.3",
"@notionhq/client": "^2.2.0",
"@skyra/discord-components-react": "^3.4.1",
"@vercel/analytics": "^0.1.8",
"framer-motion": "^7.3.5",
"highlight.js": "^11.6.0",
"next": "^12.3.0",
"nextjs-progressbar": "^0.0.16",
"nextkit": "^3.4.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.4.0",
"react-tsparticles": "^2.5.3",
"tsparticles": "^2.5.3",
"tsparticles-engine": "^2.5.2",
"use-lanyard": "^1.2.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.19",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.10",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.3"
}
}