-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.89 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
{
"name": "blog-svelte",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.20.4",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"autoprefixer": "10.4.5",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.4",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^5.0.3",
"tailwindcss": "^3.3.5",
"tslib": "^2.3.1",
"typescript": "^5.0.0"
},
"type": "module",
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@tailwindcss/custom-forms": "^0.2.1",
"@tailwindcss/forms": "^0.5.6",
"@types/chroma-js": "^2.1.3",
"@types/js-yaml": "^4.0.5",
"@types/lodash.uniqueid": "^4.0.7",
"bun-types": "^1.0.11",
"chroma-js": "^2.4.2",
"dayjs": "^1.10.7",
"lodash.uniqueid": "^4.0.1",
"rehype-highlight": "^5.0.2",
"rehype-stringify": "^9.0.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sass": "^1.50.1",
"svelte-adapter-bun": "^0.5.1",
"svelte-awesome": "^3.2.1",
"to-vfile": "^7.2.3",
"unified": "^10.1.1",
"vite": "^4.0.3",
"yaml": "^1.10.2"
}
}