-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 888 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
38
39
{
"name": "emojis-app",
"private": true,
"version": "0.0.0",
"type": "module",
"keywords": [
"Emojix",
"App",
"Website"
],
"author": "NopAngel",
"license": "ISC",
"bugs": {
"url": "https://github.com/NopAngel/emojix/issues"
},
"homepage": "https://github.com/NopAngel/emojix#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"dependencies": {
"svelte-sonner": "^0.3.28",
"svelte-spa-router": "^4.0.1"
}
}