-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "svimg-test",
"version": "1.0.0",
"scripts": {
"dev": "svelte-kit dev --port 8820",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.17",
"@sveltejs/kit": "^1.0.0-next.156",
"autoprefixer": "^10.2.6",
"cssnano": "^5.0.6",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"postcss": "^8.3.5",
"postcss-load-config": "^3.1.0",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"svelte": "^3.42.3",
"svelte-carousel": "^1.0.7",
"svelte-intersection-observer": "^0.7.1",
"svelte-preprocess": "^4.7.3",
"svimg": "^0.5.0",
"tailwindcss": "^2.2.2"
},
"type": "module",
"dependencies": {
"@fontsource/courgette": "^4.5.0",
"@fontsource/kumbh-sans": "^4.5.0",
"@lukeed/uuid": "^2.0.0",
"@tailwindcss/aspect-ratio": "^0.2.1",
"cookie": "^0.4.1",
"postcss-nested": "^5.0.5",
"smoothscroll-polyfill": "^0.4.4",
"swiper": "^6.7.5"
}
}