-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.02 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
{
"name": "mac-porfolio",
"description": "Portfolio website for Mac, an avid frontend developer using cutting edge technologies to create websites you'll be happy with.",
"license": "UNLICENSED",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"test": "jest src",
"test:watch": "pnpm test -- --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^1.0.0-next.29",
"@sveltejs/kit": "next",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"mdsvex": "^0.10.5",
"mdsvex-relative-images": "^1.0.1",
"postcss": "^8.4.7",
"postcss-load-config": "^3.1.3",
"svelte": "^3.44.0",
"svelte-icons": "^2.1.0",
"svelte-image": "latest",
"svelte-preprocess": "^4.10.4",
"tailwindcss": "^3.0.23"
},
"type": "module"
}