-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.38 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.38 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"repository": {
"type": "git",
"url": "git+https://github.com/fisocodes/oscar-figueroa-consultancy.git"
},
"scripts": {
"prepare": "husky",
"dev": "next dev",
"build": "next build --debug",
"start": "next start",
"cy:open": "cypress open"
},
"engines": {
"node": ">=22.16.0"
},
"homepage": "https://github.com/fisocodes/oscar-figueroa-consultancy",
"contributors": [
{
"name": "Oscar Figueroa",
"email": "fisocodes@gmail.com",
"url": "https://oscarfigueroa.consulting"
}
],
"ts-standard": {
"ignore": [
"next-env.d.ts",
"cypress/support/component.ts"
]
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"@types/node": "24.0.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19",
"cypress": "^14.5.1",
"husky": "^9.1.7",
"only-allow": "^1.2.1",
"ts-standard": "^12.0.2",
"typescript": "^5.8.3"
},
"dependencies": {
"@fontsource-variable/montserrat": "^5.2.6",
"@fontsource-variable/oxanium": "^5.2.6",
"@tabler/icons-react": "^3.34.0",
"@tailwindcss/postcss": "^4.1.11",
"linked-list": "^3.1.0",
"next": "^15.3.3",
"next-intl": "^4.3.4",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.11"
}
}