-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.12 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
{
"name": "bear",
"version": "1.0.0",
"description": "[![Package Version](https://img.shields.io/hexpm/v/bear)](https://hex.pm/packages/bear) [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/bear/)",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "VITE_ENDPOINT=http://localhost:8080/api VITE_ENDPOINT_SOCKET=ws://localhost:8080/api/socket vite",
"build": "VITE_ENDPOINT=http://localhost:8080/api VITE_ENDPOINT_SOCKET=ws://localhost:8080/api/socket vite build --emptyOutDir",
"watch": "vite build --watch --emptyOutDir",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"fast-glob": "^3.3.2",
"heroicons": "^2.1.3",
"vite": "^5.2.8",
"vite-gleam": "^0.4.1"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite-plugin-compression2": "^1.1.0"
}
}