This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
125 lines (125 loc) · 4.2 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@open-sauced/hot",
"description": "🍕The site that recommends the hottest sauce.",
"keywords": [],
"version": "2.37.3-beta.1",
"author": "TED Vortex <ted.vortex@gmail.com>",
"private": true,
"license": "MIT",
"type": "module",
"files": [
"build/**/*"
],
"homepage": "https://hot.opensauced.pizza",
"bugs": {
"url": "https://github.com/open-sauced/hot/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/open-sauced/hot.git"
},
"engines": {
"node": ">=18",
"npm": ">=8"
},
"scripts": {
"types:auto-add": "npx typesync",
"types:auto-check": "npm run types:auto-add -- --dry",
"preinstall": "npx @open-sauced/check-engines",
"prestart": "npx @open-sauced/check-engines",
"pretest": "npm run test:e2e-install",
"push": "npx @open-sauced/conventional-commit",
"start": "npx vite",
"build": "npx tsc && npx vite build",
"serve": "npx vite preview",
"build:debug": "npm run build -- --debug",
"build:analyze": "npm run build -- --mode report",
"build:svgo": "npx svgo src/**/*.svg --config ./.svgorc.cjs",
"build:squoosh": "node .squoosh.mjs '{src,public}/**/*.{jpg,jpeg,png,gif}'",
"test": "npm run test:all && npm run test:e2e",
"test:vitest": "npx vitest",
"test:watch": "npm run test:vitest -- --watch",
"test:all": "npm run test:vitest -- --silent --watch=false",
"test:coverage": "npm run test:vitest -- --coverage",
"test:playwright": "npx playwright",
"test:e2e-install": "npm run test:playwright -- install && npx playwright install-deps",
"test:e2e": "npm run test:playwright -- test",
"test:e2e-report": "npm run test:playwright -- show-report",
"lint": "npx eslint . --report-unused-disable-directives",
"lint:prune": "! npx ts-prune | grep -v \"used in module\"",
"format": "npm run lint -- --fix"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@radix-ui/react-hover-card": "^1.0.0",
"@supabase/supabase-js": "^1.35.5",
"classnames": "^2.3.1",
"dayjs": "^1.11.4",
"humanize-duration": "^3.27.3",
"million": "^2.6.0-beta.13",
"node-emoji": "^2.0.0",
"posthog-js": "^1.26.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.1.0",
"react-router-dom": "^6.3.0",
"rooks": "^6.1.0",
"swr": "^1.3.0",
"tailwindcss": "^3.1.7",
"tailwindcss-radix": "^2.4.0"
},
"devDependencies": {
"@nabla/vite-plugin-eslint": "^1.4.1",
"@open-sauced/check-engines": "^1.2.0",
"@open-sauced/conventional-commit": "^1.0.1",
"@playwright/test": "^1.27.1",
"@testing-library/react": "^13.3.0",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^14.4.1",
"@types/eslint": "^8.4.5",
"@types/glob": "^7.2.0",
"@types/humanize-duration": "^3.27.1",
"@types/lodash": "^4.14.182",
"@types/node": "^18.6.3",
"@types/node-emoji": "^1.8.2",
"@types/node-notifier": "^8.0.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-icons": "^3.0.0",
"@types/svgo": "^2.6.3",
"@types/testing-library__user-event": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.8",
"c8": "^7.12.0",
"esbuild": "^0.14.53",
"eslint": "^8.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"execa": "^6.1.0",
"glob": "^8.0.3",
"node-notifier": "^10.0.1",
"p-limit": "^4.0.0",
"rollup-plugin-visualizer": "^5.7.1",
"sharp": "^0.32.1",
"svgo": "^2.8.0",
"ts-prune": "^0.10.3",
"typescript": "^4.7.4",
"typesync": "^0.9.2",
"vite": "^3.2.8",
"vite-plugin-fonts": "^0.6.0",
"vite-plugin-html": "^3.2.0",
"vite-plugin-inspect": "^0.6.0",
"vitest": "^0.20.3",
"whatwg-fetch": "^3.6.2"
}
}