-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.85 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
{
"name": "bs-obs-overlay",
"version": "1.0.0",
"description": "Beat Saber OBS overlay",
"main": "index.js",
"author": "EmilMalanczak",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"prepare": "husky install"
},
"devDependencies": {
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@types/node": "^17.0.17",
"@types/ramda": "^0.27.64",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-resizable": "^1.7.4",
"@types/sockjs-client": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"prettier": "^2.5.1",
"simple-zustand-devtools": "^1.1.0",
"typescript": "^4.5.5"
},
"dependencies": {
"@mantine/core": "^4.0.4",
"@mantine/hooks": "^4.0.4",
"@mantine/notifications": "^4.2.12",
"@mantine/ssr": "^4.0.4",
"@mantine/styles": "^4.0.4",
"axios": "^0.25.0",
"immer": "^9.0.12",
"next": "12.2.2",
"polished": "^4.1.4",
"ramda": "^0.28.0",
"react": "18",
"react-country-flag": "^3.0.2",
"react-dom": "18",
"react-draggable": "^4.4.4",
"react-icons": "^4.3.1",
"react-resizable": "^3.0.4",
"react-spring": "^9.4.3",
"react-use-websocket": "^4.2.0",
"react-zoom-pan-pinch": "^2.1.3",
"sass": "^1.49.8",
"use-debounce": "^7.0.1",
"zustand": "^3.5.4"
}
}