-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 952 Bytes
/
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
{
"name": "proyecto-investigacion-operativa-i",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.13",
"@tsconfig/svelte": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"vite": "^5.3.4"
},
"dependencies": {
"@tabler/icons-svelte": "^3.11.0",
"bits-ui": "^0.21.12",
"clsx": "^2.1.1",
"paneforge": "^0.0.5",
"svelte-radix": "^1.1.0",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"chart.js": "^4.4.3",
"plotly.js-dist": "^2.34.0"
}
}