-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.52 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "xyzrewrite",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "svelte-kit dev --host",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit 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 --ignore-path .gitignore --write --plugin-search-dir=. .",
"build-prod": "cross-env NODE_ENV=production svelte-kit build"
},
"dependencies": {
"svelte-tooltip": "^1.2.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@sveltejs/adapter-auto": "^1.0.0-next.18",
"@sveltejs/adapter-cloudflare": "^1.0.0-next.9",
"@sveltejs/adapter-node": "^1.0.0-next.67",
"@sveltejs/adapter-vercel": "^1.0.0-next.0",
"@sveltejs/kit": "^1.0.0-next.1",
"@types/lodash.debounce": "^4.0.6",
"@types/postcss-import": "^14.0.0",
"autoprefixer": "^10.4.2",
"cross-env": "^7.0.3",
"cssnano": "^5.0.17",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"postcss-load-config": "^3.1.1",
"postcss-scss": "^4.0.3",
"prettier-plugin-svelte": "^2.6.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"svelte": "^3.46.4",
"svelte-check": "^2.4.3",
"svelte-fa": "^2.4.0",
"svelte-preprocess": "^4.10.2",
"tailwindcss": "^3.0.19",
"tslib": "^2.3.1",
"typescript": "^4.5.5"
}
}