-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.88 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "itingo",
"version": "0.2.0",
"description": "Itingo platform",
"author": {
"name": "Oleg Medvedev",
"email": "[email protected]",
"url": "https://itingo.vercel.app/"
},
"bugs": "",
"homepage": "https://itingo.vercel.app/",
"license": "MIT",
"scripts": {
"dev": "vite dev --host --port 3000",
"build": "vite build",
"package": "svelte-kit package",
"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=. ."
},
"devDependencies": {
"@playwright/test": "^1.24.2",
"@sveltejs/adapter-auto": "1.0.0-next.64",
"@sveltejs/kit": "1.0.0-next.403",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"autoprefixer": "10.4.8",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"flowbite": "^1.8.1",
"flowbite-svelte": "^0.24.19",
"flowbite-svelte-blocks": "^0.1.6",
"postcss": "^8.4.14",
"postcss-load-config": "4.0.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8",
"tslib": "^2.4.0",
"typescript": "~4.7.4",
"vite": "^3.0.4"
},
"type": "module",
"keywords": [
"svelte",
"sveltekit",
"flowbite",
"flowbite-svelte",
"tailwindcss"
],
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@sveltejs/adapter-node": "^1.0.0-next.98",
"aos": "^3.0.0-beta.6",
"countup.js": "^2.3.2",
"svelte-heros": "^2.3.5"
}
}