-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 KB
/
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
{
"name": "wordpractice.xyz",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postbuild": "npx svelte-sitemap --domain https://wordpractice.principle.sh",
"format": "prettier --write .",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@tsconfig/svelte": "^3.0.0",
"autoprefixer": "^10.4.13",
"gsap": "^3.11.4",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"svelte-french-toast": "^1.0.3",
"svelte-icons": "^2.1.0",
"svelte-simple-modal": "^1.4.6",
"svelte-sitemap": "^2.5.4",
"svelte-spa-router": "^3.3.0",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
}
}