-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
41 lines (41 loc) · 1.26 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
{
"name": "smart-second-brain",
"version": "1.1.0",
"main": "main.js",
"devDependencies": {
"@biomejs/biome": "1.2.2",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-typescript": "^11.1.6",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.4.16",
"builtin-modules": "^3.3.0",
"bun-types": "latest",
"eslint": "^8.56.0",
"obsidian": "^1.4.11",
"postcss": "^8.4.30",
"svelte": "^4.2.1",
"svelte-check": "^3.5.2",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"private": true,
"scripts": {
"dev": "vite build --mode development --watch",
"build": "vite build --mode production",
"check": "svelte-check --tsconfig ./tsconfig.json",
"format": "biome format --write ./src",
"lint": "biome lint --apply-unsafe ./src"
},
"type": "module",
"dependencies": {
"i18next": "^23.8.2",
"monkey-around": "^2.3.0",
"nanoid": "^5.0.4",
"svelte-i18n": "^4.0.0"
}
}