summaryrefslogtreecommitdiffstats
path: root/client/js/app/package.json
blob: 741c7fed9a5d098320160f5888bc165b9c0aa52c (plain) (blame)
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": "app",
  "private": true,
  "version": "0.0.0",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "prepare": "cd ../../../ && husky install client/js/app/.husky",
    "lint": "eslint '{**/*,*}.{js,jsx}'"
  },
  "dependencies": {
    "react": "^18",
    "react-dom": "^18"
  },
  "devDependencies": {
    "@emotion/react": "^11",
    "@fortawesome/fontawesome-svg-core": "^6",
    "@fortawesome/free-regular-svg-icons": "^6",
    "@fortawesome/free-solid-svg-icons": "^6",
    "@fortawesome/react-fontawesome": "^0",
    "@mantine/core": "^5",
    "@mantine/hooks": "^5",
    "@types/react": "^18",
    "@types/react-dom": "^18",
    "@vitejs/plugin-react": "^1",
    "eslint": "^8",
    "eslint-plugin-import": "^2",
    "eslint-plugin-prettier": "^4",
    "eslint-plugin-react": "^7",
    "eslint-plugin-react-hooks": "^4",
    "eslint-plugin-react-perf": "^3",
    "eslint-plugin-unused-imports": "^2",
    "husky": "^7",
    "lodash": "^4",
    "prettier": "2",
    "react-router-dom": "^6",
    "use-context-selector": "^1",
    "vite": "^2"
  }
}