-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.3 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
{
"devDependencies": {
"@types/downloadjs": "^1.4.3",
"@types/howler": "^2.2.7",
"@types/spotify-web-playback-sdk": "^0.1.15",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"elm-review": "^2.5.3",
"elm-tooling": "^1.12.0",
"elm-watch": "^1.1.2",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"prettier": "2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"run-pty": "^4.0.3",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-pwa": "^0.14.3"
},
"scripts": {
"postinstall": "elm-tooling install",
"dev": "run-pty % elm-watch hot % vite",
"build": "elm-watch make --optimize app && vite build",
"preview": "vite preview",
"eslint": "eslint ./src",
"type-check": "tsc -p ./src --noemit",
"elm-review": "elm-review",
"lint": "npm run type-check; npm run eslint; npm run elm-review"
},
"dependencies": {
"@sentry/browser": "^7.37.1",
"@sentry/tracing": "^7.37.1",
"crypto-random-string": "^5.0.0",
"dexie": "^3.2.3",
"dexie-export-import": "^4.0.6",
"downloadjs": "^1.4.7",
"howler": "^2.2.3",
"nosleep.js": "^0.12.0",
"pkce-challenge": "^3.0.0",
"typescript-json-decoder": "^1.0.11"
}
}