-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.27 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
44
45
46
{
"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.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.2.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@next/third-parties": "^15.0.3",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"focus-visible": "^5.2.1",
"framer-motion": "^11.11",
"next": "15.0.3",
"postcss-focus-visible": "^10.0.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"tailwindcss": "^3.4.14",
"use-debounce": "10.0.4"
},
"devDependencies": {
"eslint": "9.14",
"eslint-config-next": "15.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8"
}
}