-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.18 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
{
"name": "portfolio-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@rocketseat/eslint-config": "^2.2.2",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/node": "20.14.2",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
"eslint": "8.57.0",
"eslint-plugin-svelte": "2.36.0",
"globals": "^15.0.0",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"rollup-plugin-visualizer": "5.12.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-eslint-parser": "0.37.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0-alpha.20",
"vite": "^5.0.3"
},
"dependencies": {
"@aarkue/tiptap-math-extension": "1.3.3",
"@sveltejs/adapter-node": "5.2.4",
"@tailwindcss/typography": "^0.5.13",
"@tiptap/core": "2.7.2",
"@tiptap/extension-color": "2.7.3",
"@tiptap/extension-hard-break": "2.10.4",
"@tiptap/extension-image": "2.7.2",
"@tiptap/extension-link": "2.10.4",
"@tiptap/extension-subscript": "2.10.4",
"@tiptap/extension-superscript": "2.10.4",
"@tiptap/extension-text-align": "2.7.3",
"@tiptap/extension-text-style": "2.7.2",
"@tiptap/extension-underline": "2.7.2",
"@tiptap/pm": "2.7.2",
"@tiptap/starter-kit": "2.7.2",
"@wooorm/starry-night": "3.5.0",
"autoprefixer": "^10.4.19",
"bits-ui": "0.22.00",
"clsx": "2.1.1",
"dotenv": "16.4.5",
"hast-util-to-dom": "4.0.0",
"hast-util-to-html": "9.0.4",
"katex": "0.16.18",
"phosphor-svelte": "^2.0.1",
"run-script-os": "1.1.6",
"shelljs": "0.8.5",
"shx": "0.3.4",
"tailwind-merge": "2.3.0",
"tailwind-variants": "0.2.1",
"vite-tsconfig-paths": "^4.3.2",
"winston": "3.13.0",
"zod": "3.23.8",
"zod-validation-error": "3.3.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.18.0"
},
"type": "module"
}