This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
forked from gambiconf/gambiconf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.5 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
{
"name": "gambiconf",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build && touch ./build/.nojekyll && echo \"gambiconf.dev\" > ./build/CNAME && cp build/index.html build/404.html",
"deploy": "gh-pages -d build -t true",
"preview": "vite preview",
"test": "playwright test",
"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": {
"@fontsource/ibm-plex-sans": "^4.5.13",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"dayjs": "1.11.6",
"query-string": "7.1.1",
"svelte-fa": "^3.0.3",
"svelte-loading-spinners": "0.3.4"
},
"devDependencies": {
"@playwright/test": "^1.27.1",
"@sveltejs/adapter-static": "^1.0.0-next.46",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"gh-pages": "^4.0.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.8.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "~4.8.4"
},
"type": "module"
}