-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "minizinc.dev",
"version": "2.0.0",
"private": true,
"scripts": {
"format:check": "prettier -c .",
"format": "prettier -w .",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@headlessui/react": "^2.2.9",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.9",
"@next/third-parties": "^15.5.9",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"clsx": "^2.1.1",
"focus-visible": "^5.2.1",
"framer-motion": "^12.27",
"next": "15.5.9",
"postcss-focus-visible": "^10.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwindcss": "^4.1.18",
"use-debounce": "10.1.0"
},
"devDependencies": {
"eslint": "9.39",
"eslint-config-next": "15.5",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"unist-util-visit": "^5.0.0"
}
}