-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.21 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.21 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
{
"name": "mathcalculator",
"version": "1.0.1",
"author": "Andrey Kovalskiy",
"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": {
"@skeletonlabs/skeleton": "2.7.0",
"@skeletonlabs/tw-plugin": "0.3.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-vercel": "4.0.5",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"@types/node": "20.10.8",
"@types/plotly.js": "2.29.0",
"autoprefixer": "10.4.16",
"postcss": "8.4.33",
"svelte": "4.2.19",
"svelte-check": "3.6.4",
"tailwindcss": "3.4.1",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vite": "5.4.6",
"vite-plugin-tailwind-purgecss": "0.2.0"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "1.5.4",
"assert": "2.1.0",
"mathjs": "12.3.2",
"plotly.js": "2.28.0",
"svelte-katex": "0.1.2",
"svelte-plotly.js": "0.3.2"
}
}