forked from omegatech-andre/site-institucional---OMEGA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 830 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
{
"name": "site-institucional---omega",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.2",
"@mantine/core": "^7.10.1",
"@mantine/hooks": "^7.10.1",
"@splidejs/react-splide": "^0.7.12",
"@vercel/analytics": "^1.1.1",
"axios": "^1.6.1",
"dotenv": "^16.4.1",
"next": "^14.0.4-canary.40",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-icons": "^4.11.0",
"react-player": "^2.16.0",
"typescript": "^5.4.5",
"yup": "^1.3.2"
},
"devDependencies": {
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.69.4"
}
}