-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 915 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 915 Bytes
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
{
"name": "tukaan.github.io",
"version": "0.0.1",
"repository": "https://github.com/tukaan/tukaan.github.io",
"scripts": {
"dev": "vite dev",
"build": "vite build --base=/test-svelte-ci-deploy",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@fluentui/svg-icons": "^1.1.160",
"@sveltejs/adapter-static": "^1.0.0-next.35",
"@sveltejs/kit": "^1.0.0-next.260",
"autoprefixer": "^10.4.2",
"cssnano": "^5.0.17",
"fluent-svelte": "^1.3.3",
"gh-pages": "^4.0.0",
"mdsvex": "^0.10.5",
"postcss": "^8.4.6",
"postcss-media-minmax": "^5.0.0",
"remark-gfm": "^3.0.1",
"remark-github": "^11.2.2",
"remark-slug": "^7.0.1",
"sass": "^1.49.7",
"svelte": "^3.46.4",
"svelte-check": "^2.4.3",
"svelte-preprocess": "^4.10.2",
"tslib": "^2.3.1",
"typescript": "^4.5.5",
"vite": "^2.9.13"
},
"type": "module"
}