-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
47
48
49
50
{
"name": "gofr-web",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.9.2",
"@bugsnag/js": "^8.0.0",
"@bugsnag/plugin-react": "^8.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.13",
"@markdoc/markdoc": "0.3.0",
"@markdoc/next.js": "0.3.1",
"@mui/icons-material": "^5.15.13",
"@mui/material": "^5.15.13",
"@next/third-parties": "^14.2.5",
"@sindresorhus/slugify": "^2.1.0",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"fast-glob": "^3.2.12",
"flexsearch": "^0.7.31",
"js-yaml": "^4.1.0",
"next": "13.4.16",
"next-themes": "^0.2.1",
"prism-react-renderer": "^2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight-words": "^0.20.0",
"react-timeline-animation": "^1.2.3",
"refractor": "^4.8.1",
"simple-functional-loader": "^1.2.1",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"eslint": "8.45.0",
"eslint-config-next": "13.4.16",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2",
"sharp": "^0.32.6"
}
}