-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.68 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
{
"name": "biscuit",
"version": "4.0.0",
"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 --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@rollup/plugin-json": "^6.0.1",
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/adapter-vercel": "^3.0.3",
"@sveltejs/kit": "1.27.3",
"@types/cookie": "^0.5.3",
"@types/marked": "^5.0.2",
"@types/prismjs": "^1.26.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"babel-plugin-prismjs": "^2.1.0",
"cssnano": "^6.0.1",
"date-fns": "^2.30.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.34.1",
"front-matter": "^4.0.2",
"github-slugger": "^2.0.0",
"marked": "^9.1.5",
"postcss": "^8.4.31",
"postcss-load-config": "^4.0.1",
"postcss-nesting": "^12.0.1",
"prettier": "^3.0.3",
"prettier-plugin-svelte": "^3.0.3",
"prism-svelte": "^0.5.0",
"prismjs": "^1.29.0",
"reading-time": "^1.5.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"rollup-plugin-prismjs": "^0.1.0",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.5",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite-imagetools": "^6.2.3"
},
"type": "module",
"dependencies": {
"@lukeed/uuid": "^2.0.1",
"cookie": "^0.5.0",
"svelte-i18n": "^4.0.0"
}
}