-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "eye-os",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.jsx,.ts,.tsx --fix .",
"format": "prettier --write .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@floating-ui/dom": "^1.5.1",
"@macaron-css/core": "^1.2.0",
"@macaron-css/solid": "^1.4.1",
"@macaron-css/vite": "^1.4.3",
"chroma-js": "^2.4.2",
"obs-websocket-js": "^5.0.3",
"picmo": "^5.8.5",
"solid-floating-ui": "^0.2.1",
"solid-icons": "^1.0.11",
"solid-js": "^1.7.9"
},
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/prettier": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-solid": "^0.12.1",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "3.0.1",
"type-fest": "^4.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-solid": "^2.7.0"
},
"packageManager": "[email protected]"
}