forked from railwayapp/devicons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 984 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 984 Bytes
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
{
"name": "devicons",
"version": "0.0.2",
"scripts": {
"dev": "vite dev --port 3002",
"build": "vite build",
"start": "bun run server.ts",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@fontsource/fira-mono": "^5.0.0",
"@neoconfetti/svelte": "^2.0.0",
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/kit": "^2.5.24",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.5",
"fuse.js": "^6.4.6",
"postcss": "^8.4.41",
"postcss-load-config": "^5.1.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.10",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0"
}
}