-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
{
"name": "@affinity-lab/sapphire",
"version": "0.2.1",
"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",
"pub": "npm --no-git-tag-version version patch && npm publish --access public"
},
"files": [
"dist",
"src",
"src/scss",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": "^4.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"marked": "^12.0.0",
"publint": "^0.1.9",
"sass": "^1.71.1",
"svelte": "^5.0.0-next.71",
"svelte-autosize": "^1.1.0",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.11"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"dependencies": {
"@fontsource-variable/baloo-chettan-2": "^5.0.20",
"@types/file-size": "^1.0.3",
"@types/randomcolor": "^0.5.9",
"@types/sortablejs": "^1.15.8",
"@types/uuid": "^9.0.8",
"bulma": "^1.0.0",
"fast-glob": "^3.3.2",
"file-size": "^1.0.0",
"ics": "^3.7.6",
"randomcolor": "^0.6.2",
"sortablejs": "^1.15.2",
"uuid": "^9.0.1"
}
}