-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
{
"name": "idonthavespotify",
"version": "1.5.0",
"scripts": {
"dev": "concurrently \"bun run build:dev\" \"bun run --watch www/bin.ts\"",
"build:dev": "vite build --mode=development --watch",
"build": "vite build",
"test": "NODE_ENV=test bun test",
"lint": "eslint --fix",
"tscheck": "tsc --noEmit"
},
"dependencies": {
"@elysiajs/html": "^1.1.1",
"@elysiajs/static": "^1.1.1",
"@hotwired/stimulus": "^3.2.2",
"axios": "^1.6.8",
"axios-retry": "^4.4.1",
"cache-manager": "^5.7.3",
"cache-manager-bun-sqlite3": "^0.2.0",
"cheerio": "^1.0.0",
"elysia": "^1.1.26",
"howler": "^2.2.4",
"notyf": "^3.10.0",
"pino": "^8.20.0",
"pino-pretty": "^11.0.0",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/string-similarity": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"autoprefixer": "^10.4.19",
"axios-mock-adapter": "^1.22.0",
"bun-types": "latest",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rollup-plugin-copy": "^3.5.0",
"stimulus-vite-helpers": "^3.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.10"
},
"module": "www/bin.js"
}