forked from hannansatopay/devstar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2 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
73
74
75
{
"name": "flowbite-svelte-starter",
"version": "0.1.3",
"description": "Flowbite-Svelte starter kit",
"author": {
"name": "Shinichi Okada",
"email": "[email protected]",
"url": "https://blog.codewithshin.com"
},
"bugs": "https://github.com/shinokada/flowbite-svelte-starter/issues",
"homepage": "https://github.com/shinokada/flowbite-svelte-starter",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@sveltejs/adapter-auto": "2.0.0",
"@sveltejs/kit": "^1.24.1",
"@types/multicoin-address-validator": "^0.5.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"flowbite": "^1.7.0",
"flowbite-svelte": "^0.39.2",
"flowbite-svelte-blocks": "^0.3.9",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.59.2",
"svelte-awesome-color-picker": "^2.4.1",
"svelte-check": "^2.10.3",
"svelte-heros": "^2.6.0",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "~4.7.4",
"vite": "^4.1.2",
"vitest": "^0.28.5"
},
"type": "module",
"keywords": [
"svelte",
"sveltekit",
"flowbite",
"flowbite-svelte",
"tailwindcss"
],
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/shinokada/flowbite-svelte-starter.git"
},
"dependencies": {
"@bytemd/plugin-gfm": "^1.21.0",
"@sveltejs/adapter-node": "^1.3.1",
"bytemd": "^1.21.0",
"colorthief": "^2.2.0",
"countries-list": "^2.6.1",
"downloadjs": "^1.4.7",
"multicoin-address-validator": "^0.5.12",
"qr-code-styling": "^1.6.0-rc.1",
"svelte-datepicker": "^1.0.0",
"svelte-tags-input": "^5.0.0"
}
}