forked from maxgraze-zz/jurassic-quiz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.61 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
{
"name": "sveltekit-tailwind",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit 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=. .",
"release": "standard-version",
"push": "git push --no-verify"
},
"devDependencies": {
"@commitlint/config-conventional": "^16.2.4",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-netlify": "^1.0.0-next.71",
"@sveltejs/kit": "^1.0.0-next.426",
"@sveltejs/vite-plugin-svelte": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"autoprefixer": "^10.4.7",
"commitlint": "^16.3.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"lint-staged": "^12.4.1",
"postcss-load-config": "^3.1.4",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"standard-version": "^9.5.0",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-image": "^0.2.9",
"svelte-preprocess": "^4.10.6",
"tailwindcss": "^3.0.24",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.0.9"
},
"type": "module",
"dependencies": {
"@fontsource/plus-jakarta-sans": "^4.5.8",
"@jlengstorf/get-share-image": "^0.8.0",
"axios": "^0.27.2",
"d3": "^7.5.0",
"iconify-icon": "^1.0.0",
"svelte-meta-tags": "^2.6.0"
}
}