forked from MicrosoftStudentChapter/makeathon6-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 992 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": "makeathon6",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@nextui-org/react": "^2.2.9",
"@react-three/drei": "^9.99.0",
"@react-three/fiber": "^8.15.16",
"bootstrap": "^5.3.2",
"framer-motion": "^11.0.5",
"next": "^14.1.0",
"react": "^18",
"react-accessible-accordion": "^5.0.0",
"react-bootstrap": "^2.10.1",
"react-dom": "^18",
"react-faq-component": "^1.3.4",
"react-fast-marquee": "^1.6.4",
"react-icons": "^5.0.1",
"react-tsparticles": "^2.12.2",
"tsparticles": "^2.0.6",
"tsparticles-engine": "^2.12.0"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.8.5",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"file-loader": "^6.2.0"
}
}