-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1 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": "catalog-ui",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@investigativedata/ftmq": "^0.6.6",
"@investigativedata/style": "^0.1.9",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/joy": "^5.0.0-beta.36",
"@next/mdx": "^14.2.5",
"@types/mdx": "^2.0.13",
"dayjs": "^1.11.11",
"easy-peasy": "^6.0.5",
"fuse.js": "^7.0.0",
"next": "^14.2.3",
"numeral": "^2.0.6",
"react": "^18",
"react-dom": "^18",
"semantic-ui-flag": "^2.5.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"prettier": "^3.3.0",
"typescript": "^5"
}
}