-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.69 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
48
49
50
51
52
{
"name": "optional-default-floaty-sveltekit-theme",
"version": "0.2.4",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit sync && svelte-package",
"preview": "svelte-kit sync && vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --ignore-unknown '**/*'",
"format": "prettier --write --ignore-unknown '**/*'",
"publish": "pnpm run lint && pnpm run package && pnpm publish ./package"
},
"devDependencies": {
"@sveltejs/kit": "1.0.0-next.571",
"@sveltejs/package": "1.0.0-next.6",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"optional-default-site-kit": "^0.4.0",
"postcss": "^8.4.19",
"postcss-load-config": "^4.0.1",
"postcss-nested": "^6.0.0",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.53.1",
"svelte-check": "^2.10.0",
"svelte-language-server": "^0.14.38",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.2.4",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^3.2.4"
},
"type": "module",
"description": "Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte);",
"repository": {
"type": "git",
"url": "git+https://github.com/tomatrow/floaty-svelte-kit-theme.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tomatrow/floaty-svelte-kit-theme/issues"
},
"homepage": "https://github.com/tomatrow/floaty-svelte-kit-theme#readme",
"exports": {
"./package.json": "./package.json",
".": "./index.js",
"./styles.css": "./styles.css"
}
}