-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.68 KB
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
40
41
42
43
44
45
46
{
"name": "shamtool.com-2",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:static": "cross-env IS_STATIC=true vite build",
"build:gh": "cross-env TO_GITHUB=true vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ./src",
"format:all": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"deploy:gh": "node -r dotenv/config ./scripts/publish-gh-pages.mjs dotenv_config_path=./scripts/.env"
},
"devDependencies": {
"@sveltejs/adapter-node": "^1.1.4",
"@sveltejs/adapter-static": "^1.0.5",
"@sveltejs/kit": "1.1.4",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"cssnano": "^5.1.14",
"dotenv": "^16.0.3",
"gh-pages": "^4.0.0",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.3",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.1",
"svelte-check": "^3.0.2",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"type": "module",
"dependencies": {
"@steeze-ui/heroicons": "^2.2.1",
"@steeze-ui/svelte-icon": "^1.3.2",
"@types/prettier": "^2.7.2",
"svelte-use-click-outside": "^1.0.0"
}
}