forked from files-community/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
{
"name": "files-community",
"version": "0.0.1",
"repository": "https://github.com/files-community/files",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@fluentui/svg-icons": "^1.1.141",
"@fec/remark-a11y-emoji": "^3.1.0",
"@sveltejs/adapter-netlify": "^1.0.0-next.31",
"@sveltejs/kit": "^1.0.0-next.175",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"autoprefixer": "^10.3.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^3.2.1",
"mdsvex": "^0.9.8",
"postcss": "^8.3.8",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"remark-gfm": "^2.0.0",
"remark-github": "^11.1.0",
"remark-slug": "^7.0.0",
"sass": "^1.42.1",
"svelte": "^3.43.0",
"svelte-check": "^2.2.6",
"svelte-drag": "^1.4.0",
"svelte-preprocess": "^4.9.5",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"type": "module"
}