-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.7 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
{
"name": "wvhulle.github.io",
"author": "Willem Vanhulle <willemvanhulle@gmail.com>",
"description": "Personal homepage of Willem Vanhulle.",
"keywords": [
"homepage",
"cv",
"personal",
"portfolio"
],
"license": "UNLICENSED",
"publishConfig": {
"registry": "http://npmjs.org"
},
"repository": "http://github.com/wvhulle/wvhulle.github.io.git",
"version": "0.0.4",
"scripts": {
"dev": "vite dev",
"sync": "svelte-kit sync",
"build": "vite build",
"package": "vite package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"lodash-es": "^4.17.21"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.5.7",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.1.0",
"eslint-config-prettier": "^9.1.0",
"gh-pages": "^6.1.1",
"mdsvex": "^0.11.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prism-themes": "^1.9.0",
"publint": "^0.2.7",
"sass": "^1.75.0",
"svelte": "^4.2.15",
"svelte-check": "^3.6.9",
"svelte-preprocess": "^5.1.4",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.0"
},
"type": "module"
}