Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin McQueeney committed Sep 19, 2022
1 parent faa272a commit 81a37b5
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,61 @@
"cloud:build": "vite build"
},
"devDependencies": {
"@brainandbones/skeleton": "^0.37.32",
"@cesdk/cesdk-js": "^1.7.0",
"@daybrush/utils": "^1.9.1",
"@fontsource/fira-mono": "^4.5.9",
"@hapi/hapi": "^20.2.2",
"@lucia-sveltekit/adapter-supabase": "^0.3.3",
"@playwright/test": "^1.25.2",
"@scena/guides": "^0.18.2",
"@scena/ruler": "^0.10.0",

"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@tailwindcss/forms": "^0.5.3",
"@types/cookie": "^0.5.1",

"@types/lodash": "^4.14.185",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.10",
"cookie": "^0.5.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"gun": "^0.2020.1238",
"infinite-viewer": "^0.16.3",
"keycon": "^1.2.2",
"lodash": "^4.17.21",
"lorem-ipsum": "^2.0.8",
"lucia-sveltekit": "^0.8.3",
"moveable-helper": "^0.4.0",
"nanoid": "^4.0.0",
"page-flip": "^2.0.7",
"postcss": "^8.4.16",
"postcss-load-config": "^4.0.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"scenejs": "^1.6.0",
"style-object-to-css-string": "^1.0.1",
"svelecte": "^3.9.8",

"svelte": "^3.46.0",
"svelte-check": "^2.7.1",

"svelte-dnd-action": "^0.9.20",
"svelte-gestures": "^1.4.1",
"svelte-guides": "^0.17.3",
"svelte-knobby": "^0.3.4",
"svelte-moveable": "^0.27.4",

"svelte-preprocess": "^4.10.6",

"svelte-ruler": "^0.10.0",
"svelte-select": "^4.4.7",
"tailwindcss": "^3.1.8",

"tslib": "^2.3.1",
"typescript": "^4.7.4",
"vite": "^3.1.0"
Expand Down

0 comments on commit 81a37b5

Please sign in to comment.