-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
82 lines (82 loc) · 2.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "fluent-svelte",
"version": "1.6.0",
"description": "A faithful implementation of Microsoft's Fluent Design System in Svelte.",
"homepage": "https://github.com/tropix126/fluent-svelte",
"license": "MIT",
"author": {
"name": "tropix126",
"url": "https://github.com/tropix126/"
},
"keywords": [
"design",
"design-system",
"design-language",
"microsoft",
"fluent",
"fluentui",
"fluent-design",
"fluent-design-system",
"svelte",
"svelte3",
"sveltejs",
"svelte-component",
"svelte-components",
"ui-components",
"winui",
"windows"
],
"repository": {
"type": "git",
"url": "https://github.com/tropix126/fluent-svelte.git"
},
"bugs": {
"url": "https://github.com/tropix126/fluent-svelte/issues"
},
"scripts": {
"dev": "svelte-kit dev",
"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=. ."
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@fluentui/svg-icons": "^1.1.166",
"@sveltejs/adapter-vercel": "next",
"@sveltejs/kit": "^1.0.0-next.310",
"@sveltejs/svelte-repl": "^0.2.2",
"@types/prismjs": "^1.26.0",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"mdsvex": "^0.9.8",
"mdsvexamples": "0.2.3",
"panzoom": "^9.4.2",
"postcss": "^8.4.12",
"postcss-variables-prefixer": "^1.1.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"prism-svelte": "^0.4.7",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"remark-github": "^11.2.2",
"sass": "^1.50.0",
"svelte": "^3.47.0",
"svelte-check": "^2.6.0",
"svelte-codesandbox": "^1.0.0",
"svelte-preprocess": "^4.10.5",
"svelte2tsx": "^0.4.14",
"tslib": "^2.3.1",
"typescript": "^4.6.3",
"vite-node": "^0.1.27",
"vite-plugin-sveld": "^1.0.3"
},
"dependencies": {
"focus-trap": "^6.7.3",
"tabbable": "^5.2.1"
},
"type": "module"
}