-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 821 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 821 Bytes
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
{
"name": "progcode-website",
"version": "2026.01.20",
"private": true,
"scripts": {
"upgrade": "npm update && npx @next/codemod@canary upgrade latest",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"type": "module",
"engines": {
"node": "24.x"
},
"dependencies": {
"@mantine/carousel": "^8.2.1",
"@mantine/core": "^8.2.1",
"@mantine/hooks": "^8.2.1",
"@mantine/notifications": "^8.2.1",
"@tabler/icons-react": "^3.34.1",
"babel-plugin-react-compiler": "^1.0.0",
"embla-carousel": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"next": "16.1.6",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"postcss": "^8.4.31",
"postcss-preset-mantine": "^1.11.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.1.0"
}
}