-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 954 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
37
{
"name": "ayb-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prettify": "yarn prettier . --write"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tsconfig/svelte": "^5.0.2",
"@types/node": "^20.10.4",
"autoprefixer": "^10.4.16",
"felte": "^1.2.12",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"rollup-plugin-license": "^3.2.0",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte-routing": "git+https://github.com/sofiaritz/svelte-routing-exports.git",
"tailwindcss": "^3.3.6",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.0.0"
},
"dependencies": {
"@dicebear/collection": "^7.0.1",
"@dicebear/core": "^7.0.1",
"pattern.css": "^1.0.0"
}
}