-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.43 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
51
52
{
"name": "vespa-search",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@fontsource/inter": "^5",
"@fortawesome/fontawesome-svg-core": "^6",
"@fortawesome/free-brands-svg-icons": "^6",
"@fortawesome/free-regular-svg-icons": "^6",
"@fortawesome/free-solid-svg-icons": "^6",
"@fortawesome/react-fontawesome": "^0",
"@mantine/code-highlight": "^7",
"@mantine/core": "^7",
"@mantine/hooks": "^7",
"@mantine/notifications": "^7",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4",
"clsx": "^2",
"dayjs": "^1",
"eslint": "^8",
"eslint-config-prettier": "^9",
"eslint-import-resolver-alias": "^1",
"eslint-plugin-import": "^2",
"eslint-plugin-prettier": "^5",
"eslint-plugin-react": "^7",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-unused-imports": "^3",
"file-saver": "^2",
"lodash": "^4",
"marked": "^10.0.0",
"postcss": "^8",
"postcss-preset-mantine": "^1",
"postcss-simple-vars": "^7",
"prettier": "^3",
"react-router-dom": "^6",
"vite": "^5.0.0",
"vitest": "^0",
"zustand": "^4"
}
}