-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 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
{
"name": "bubbles-ui",
"version": "0.9.0-next.31",
"description": "Opinionated Svelte Kit UI Components",
"scripts": {
"dev": "vite dev --port 3001",
"watch": "svelte-package --watch",
"build": "vite build",
"preview": "vite preview",
"package": "svelte-package",
"publish": "npm install && npm run package && npm publish ./package --tag next",
"publish:prod": "npm install && svelte-kit package && npm publish ./package --tag latest"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^1.0.0",
"@sveltejs/kit": "^1.0.1",
"@sveltejs/package": "^1.0.1",
"@sveltejs/svelte-scroller": "^2.0.7",
"autoprefixer": "^10.4.13",
"bubbles-ui": "file:./package",
"mdsvex": "^0.10.6",
"prettier": "^2.6.1",
"prettier-plugin-svelte": "^2.6.0",
"rollup-plugin-inline-svg": "^2.0.0",
"rollup-plugin-svg": "^2.0.0",
"svelte": "^3.46.4",
"svelte-highlight": "^5.1.3",
"svelte-preprocess": "^4.10.6",
"svelte2tsx": "^0.6.0",
"vite": "^4.0.3"
},
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vpanyushenko/bubbles.git"
},
"author": "Valentin Panyushenko",
"bugs": {
"url": "https://github.com/vpanyushenko/bubbles/issues"
},
"homepage": "https://bubbles-pied.vercel.app/",
"dependencies": {
"@fontsource/fira-mono": "^4.5.0",
"@fontsource/inter": "^4.5.1",
"@fontsource/poppins": "^4.5.0",
"@lukeed/uuid": "^2.0.0",
"@stripe/stripe-js": "^1.22.0"
}
}