-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.83 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "vite-log-compare",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"build-types": "tsc --noEmit --pretty",
"prepare": "husky install .husky",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@datastructures-js/heap": "^4.3.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@szhsin/react-menu": "^3.3.0",
"classnames": "^2.3.2",
"comlink": "^4.4.1",
"idb": "^7.1.1",
"lodash": "^4.17.21",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.0.1",
"react-modal": "^3.16.1",
"react-scripts": "5.0.1",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.7",
"sha1": "^1.1.1",
"typescript": "^4.6.4",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jest": "^27.5.1",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.36",
"@types/react": "^18.0.24",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.0.8",
"@types/react-modal": "^3.13.1",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"@types/sha1": "^1.1.3",
"@types/sharedworker": "^0.0.87",
"@types/uuid": "^8.3.4",
"@types/wicg-file-system-access": "^2020.9.5",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"@vitejs/plugin-react-swc": "^3.3.0",
"eslint": "^8.13.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^7.0.4",
"jest": "^28.0.3",
"lint-staged": "^12.3.7",
"postcss": "^8.4.12",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vite-plugin-comlink": "^3.0.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-radar": "^0.7.0",
"vite-tsconfig-paths": "^3.5.2",
"vitest": "^0.29.7"
}
}