-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
71 lines (71 loc) · 2.22 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
{
"name": "concertmash",
"description": "Easily generate a playlist for your upcoming concerts based on selected artists!",
"version": "1.0.0",
"author": "MCMXC",
"license": "MIT",
"homepage": "https://github.com/mcmxcdev/ConcertMash",
"scripts": {
"clean": "rm -rf .svelte-kit && rm -rf build",
"dev": "vite dev",
"validate": "svelte-kit sync && svelte-check",
"format": "prettier --write --cache src/**/*{.svelte,.ts}",
"lint": "eslint src",
"lint:fix": "pnpm lint --fix",
"build": "vite build",
"preview": "vite preview",
"prepare": "husky"
},
"volta": {
"pnpm": "9.10.0",
"node": "20.17.0"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.6",
"@tailwindcss/forms": "^0.5.9",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"cssnano": "^7.0.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-svelte": "^2.44.0",
"eslint-plugin-unicorn": "^55.0.0",
"filepond": "^4.31.3",
"filepond-plugin-file-encode": "^2.1.14",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"p-limit": "^6.1.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"spotify-web-api-js": "^1.5.2",
"svelte": "5.0.0-next.246",
"svelte-awesome": "3.3.3",
"svelte-check": "^4.0.2",
"svelte-filepond": "^0.2.2",
"svelte-forms-lib": "^2.0.1",
"svelte-preprocess": "^6.0.2",
"svelte-select": "^5.8.3",
"svelte-sonner": "^0.3.28",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.5",
"yup": "^1.4.0"
},
"packageManager": "[email protected]",
"type": "module",
"pnpm": {
"allowedDeprecatedVersions": {}
}
}