-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
70 lines (70 loc) · 2.19 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
{
"name": "slime2",
"version": "1.1.5",
"private": true,
"homepage": ".",
"scripts": {
"start": "npm run lint && vite",
"build": "npm run lint && npm install && tsc && vite build",
"widget": "npm run slime2 widget",
"build:widget": "npm run slime2 build widget",
"private": "npm run slime2 private widget",
"build:private": "npm run slime2 build private widget",
"slime2": "node ./cli/index.mjs",
"debug": "vite --mode debug",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@tanstack/react-query": "^5.0.5",
"@twurple/api": "^7.0.4",
"@twurple/auth": "^7.0.4",
"@twurple/chat": "^7.0.4",
"axios": "^1.5.1",
"clsx": "^2.0.0",
"colorjs.io": "^0.4.5",
"idb-keyval": "^6.2.1",
"imagesloaded": "^5.0.0",
"jquery": "^3.7.1",
"linkify-react": "^4.1.1",
"linkifyjs": "^4.1.1",
"nanoid": "^5.0.2",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-feather": "^2.0.10",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.5.3",
"vite-tsconfig-paths": "^4.2.1"
},
"devDependencies": {
"@d-fischer/typed-event-emitter": "^3.3.2",
"@types/gapi": "^0.0.46",
"@types/gapi.client.youtube-v3": "^0.0.3",
"@types/google.accounts": "^0.0.13",
"@types/imagesloaded": "^4.1.4",
"@types/jquery": "^3.5.25",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-static-copy": "^0.17.0",
"yargs": "^17.7.2"
}
}