-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "@nypc/solutions",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"predeploy": "next build && next export"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@floating-ui/react": "^0.25.0",
"@mdx-js/loader": "^2.0.0-rc.2",
"@mdx-js/react": "^2.0.0-rc.2",
"@next/mdx": "^12.3.1",
"@solved-ac/ui-react": "^0.5.0",
"@tabler/icons-react": "^2.30.0",
"framer-motion": "^10.15.0",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-highlight": "^5.0.2",
"rehype-katex": "^6.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1"
},
"devDependencies": {
"@types/node": "18.8.2",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
},
"packageManager": "yarn@3.2.4"
}