This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
87 lines (87 loc) · 2.28 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@ubeac/svelte",
"version": "0.1.3-next.0",
"description": "uBeac's Opinionated Svelte Component library",
"sideEffects": false,
"keywords": [
"svelte",
"sveltejs",
"bootstrap",
"tabler",
"svelte components",
"svelte-components",
"svelte-kit",
"sveltekit",
"ubeac",
"ubeac svelte",
"ubeac svelte components",
"ubeac svelte kit",
"tabler"
],
"homepage": "https://svelte.ubeac.io/",
"bugs": {
"url": "https://github.com/ubeac/svelte/issues",
"email": "ap@ubeac.io"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubeac/svelte.git"
},
"license": "Apache-2.0",
"author": "Amir Pournasserian <ap@ubeac.io>",
"type": "module",
"svelte": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "npm run style && vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"package": "npm run style && svelte-package",
"preview": "vite preview",
"publish": "npm run package && npm publish ./package",
"start": "npm run style && vite",
"style": "node scripts/styles.generator.js"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.14.3",
"@iconify/svelte": "^3.0.1",
"@popperjs/core": "^2.11.6",
"change-case": "^4.1.2",
"inputmask": "^5.0.7",
"litepicker": "^2.0.12",
"moment": "^2.29.4",
"swiper": "^8.4.5",
"tom-select": "^2.2.2"
},
"peerDependencies": {
"svelte": "^3.55.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.1",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/package": "^1.0.0",
"@tabler/core": "^1.0.0-beta16",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/bootstrap": "^5.2.6",
"@types/prismjs": "^1.26.0",
"@ubeac/svelte-preprocessors": "^0.0.1",
"bootstrap": "^5.2.3",
"magic-string": "^0.26.3",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.5.0",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"sass": "^1.56.2",
"svelte": "^3.55.0",
"svelte-check": "^2.10.2",
"svelte-preprocess": "^4.9.5",
"svelte2tsx": "^0.5.16",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.1"
}
}