This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.7 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
{
"name": "@lgbravo/primo-components",
"version": "0.2.42",
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"release": "standard-version && git push origin master && npm publish",
"package-watch": "svelte-kit sync && svelte-package -w && publint"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
},
"devDependencies": {
"@histoire/plugin-svelte": "^0.16.5",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.20.4",
"@sveltejs/package": "^2.0.0",
"@types/inputmask": "^5.0.3",
"@types/js-cookie": "^3.0.3",
"autoprefixer": "^10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"daisyui": "^3.5.1",
"histoire": "^0.16.5",
"motion": "^10.16.4",
"postcss": "^8.4.28",
"publint": "^0.1.9",
"standard-version": "^9.5.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.3",
"svelte-countup": "^0.2.6",
"tailwindcss": "^3.3.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"inputmask": "^5.0.8",
"js-cookie": "^3.0.5",
"svelte-select": "^5.7.0"
}
}