-
-
Notifications
You must be signed in to change notification settings - Fork 373
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.65 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.65 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
57
{
"name": "aossie",
"version": "1.0.0",
"description": "Aossie website",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"disable-telemetry": "npx next telemetry disable"
},
"author": "AOSSIE",
"license": "ISC",
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@headlessui/react": "^1.7.2",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@mui/icons-material": "^6.4.1",
"@mui/material": "^6.4.1",
"@next/mdx": "^14.1.3",
"@tailwindcss/typography": "^0.5.4",
"@types/mdx": "^2.0.11",
"autoprefixer": "^10.4.12",
"chart.js": "^4.4.7",
"clsx": "^1.2.1",
"fast-glob": "^3.2.11",
"feed": "^4.2.2",
"focus-visible": "^5.2.0",
"framer-motion": "^12.30.0",
"next": "^14.1.3",
"postcss-focus-visible": "^6.0.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "3.0.1",
"remark-gfm-4": "npm:remark-gfm@^4.0.0",
"tailwindcss": "^3.2.1"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-next": "^14.1.3",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11"
}
}