generated from angolaosc/aosc-repository-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 928 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
{
"name": "apa-conf-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.3",
"@phosphor-icons/react": "^2.0.15",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0",
"next": "14.0.4",
"phosphor-react": "^1.4.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.2",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3"
}
}