-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.41 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
{
"name": "airglow",
"fullname": "Airglow",
"description": "Split screen browser for Windows",
"version": "1.7.5",
"private": true,
"type": "module",
"scripts": {
"check": "tsc",
"dev": "vite",
"host": "vite --host",
"lint": "eslint .",
"build": "tsc && vite build",
"watch": "tsc && vite build --watch",
"preview": "vite preview",
"manifest": "esbuild tools/scripts/manifest.ts --bundle --outdir=build/tools --platform=node --format=esm --packages=external && node build/tools/manifest.js"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"colorjs.io": "^0.5.2",
"esbuild": "^0.23.0",
"eslint": "^9.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.8.0",
"postcss": "^8.4.39",
"postcss-load-config": "^6.0.1",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"rollup": "^4.18.1",
"tailwindcss": "^3.4.4",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.0",
"vite": "^5.3.3"
}
}