A progressive web app to display the angle bisector of two angles given by zodiac sign, degrees and minutes.
1{
2 "name": "bisectriz",
3 "private": true,
4 "version": "0.1.0",
5 "type": "module",
6 "scripts": {
7 "dev": "vite",
8 "build-codeberg": "tsc && vite build",
9 "build": "tsc && VITE_PWA_SERVER_PATH='' vite build",
10 "preview": "vite preview",
11 "test": "mocha"
12 },
13 "dependencies": {
14 "solid-js": "^1.8.17"
15 },
16 "devDependencies": {
17 "@tailwindcss/forms": "^0.5.7",
18 "@types/chai": "^4.3.16",
19 "@types/glob": "^8.1.0",
20 "@types/mocha": "^10.0.6",
21 "@types/node": "^20.12.11",
22 "@typescript-eslint/eslint-plugin": "^7.8.0",
23 "@typescript-eslint/parser": "^7.8.0",
24 "autoprefixer": "^10.4.19",
25 "chai": "^5.1.1",
26 "eslint": "^8.57.0",
27 "eslint-plugin-chai-friendly": "^0.7.4",
28 "eslint-plugin-jsdoc": "^48.2.4",
29 "eslint-plugin-mocha": "^10.4.3",
30 "fast-check": "^3.18.0",
31 "mocha": "^10.4.0",
32 "postcss": "^8.4.38",
33 "prettier": "^3.2.5",
34 "prettier-plugin-tailwindcss": "^0.5.14",
35 "tailwindcss": "^3.4.3",
36 "ts-node": "^10.9.2",
37 "tsconfig-paths": "^4.2.0",
38 "typescript": "^5.4.5",
39 "vite": "^5.2.11",
40 "vite-plugin-pwa": "^0.20.0",
41 "vite-plugin-solid": "^2.10.2"
42 }
43}