-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
61 lines (61 loc) · 1.97 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
{
"name": "furry-dictionary",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build && node scripts/screenshots.js",
"preview": "vite preview",
"test": "playwright test",
"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=. .",
"postinstall": "node scripts/icons.js"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-static": "^1.0.0",
"@sveltejs/kit": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/http-server": "^0.12.1",
"@types/lodash": "^4.14.191",
"@types/marked": "^4.0.8",
"@types/pluralize": "^0.0.29",
"@types/to-ico": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"autoprefixer": "^10.4.13",
"copy-to-clipboard": "^3.3.3",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"http-server": "^14.1.1",
"jimp": "^0.16.2",
"lodash": "^4.17.21",
"marked": "^4.2.4",
"mdsvex": "^0.10.6",
"node-html-parser": "^6.1.4",
"playwright": "^1.28.1",
"pluralize": "^8.0.0",
"postcss": "^8.4.20",
"postcss-load-config": "^3.1.4",
"prettier": "^2.8.1",
"prettier-plugin-svelte": "^2.9.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"schema-dts": "^1.1.0",
"svelte": "^3.55.0",
"svelte-check": "^2.10.2",
"svelte-preprocess": "^4.10.7",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.2.4",
"tiny-glob": "^0.2.9",
"title-case": "^3.0.3",
"to-ico": "^1.1.5",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"vite": "^4.0.1"
},
"type": "module"
}