aboutsummaryrefslogblamecommitdiffstats
path: root/clients/www/package.json
blob: 7b51f01f3b977e6f705ff429a34d9d955cf1303b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 













                                                                                                    
                                                   
                                                     
                                           
                                                         
                                                    

                                                              
                                                


                                                    
                                         
                                     
                                                   
                                         
                                                    
                                        
                                  
                                       
                                             
                                                        

                        
{
	"name": "zorascript-web",
	"description": "A Svelte interface for ZoraScript",
	"version": "0.0.1",
	"private": true,
	"license": "MIT",
	"scripts": {
		"dev": "vite dev",
		"build": "vite build",
		"preview": "vite preview",
		"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
		"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
		"lint": "prettier --check . && eslint .",
		"format": "prettier --write ."
	},
	"devDependencies": {
		"@skeletonlabs/skeleton": "2.11.0",
		"@skeletonlabs/tw-plugin": "0.4.1",
		"@sveltejs/adapter-static": "^3.0.8",
		"@sveltejs/kit": "^2.19.0",
		"@sveltejs/vite-plugin-svelte": "^5.0.3",
		"@tailwindcss/forms": "0.5.10",
		"@tailwindcss/typography": "0.5.16",
		"@types/node": "22.13.10",
		"@typescript-eslint/eslint-plugin": "^8.26.0",
		"@typescript-eslint/parser": "^8.26.0",
		"@vite-pwa/sveltekit": "^0.6.7",
		"autoprefixer": "10.4.21",
		"eslint": "^9.22.0",
		"eslint-config-prettier": "^10.1.1",
		"eslint-plugin-svelte": "^3.1.0",
		"iconify-icon": "^2.3.0",
		"postcss": "8.5.3",
		"prettier": "^3.5.3",
		"prettier-plugin-svelte": "^3.3.3",
		"svelte": "^5.22.6",
		"svelte-check": "^4.1.5",
		"svelte-persisted-store": "^0.12.0",
		"tailwindcss": "4.0.12",
		"tslib": "^2.8.1",
		"typescript": "^5.8.2",
		"vite": "^6.2.1",
		"vite-plugin-pwa": "^0.21.1",
		"vite-plugin-tailwind-purgecss": "0.3.5"
	},
	"type": "module"
}