-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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": "formulario-de-matricula",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react-icons": "^5.4.0",
"framer-motion": "12.0.0-alpha.2",
"postcss": "^8.4.49",
"next": "15.1.3",
"tailwindcss": "^3.4.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"autoprefixer": "^10.4.20"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.2",
"@octokit/types": "^13.6.2",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint-plugin-path-alias": "^2.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"typescript-eslint": "^8.18.1"
}
}