-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
79 lines (79 loc) · 2.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "kwchang0831.dev",
"version": "0.0.1",
"repository": "kwchang0831/kwchang0831.dev",
"homepage": "https://github.com/kwchang0831",
"bugs": "https://github.com/kwchang0831/kwchang0831.dev/issues",
"author": "kwchang0831",
"scripts": {
"clean:dir": "del-cli build .svelte-kit static src/routes/* !src/routes/*.ts !src/routes/*.svelte",
"clean:deep": "npm-run-all -s clean:dir clean",
"clean": "node urara.js clean",
"dev:urara": "node urara.js watch",
"dev:kit": "export NODE_OPTIONS='--max_old_space_size=20480' && MODE=development svelte-kit dev --host",
"dev": "npm-run-all -p -r dev:urara \"dev:kit -- {@} \" --",
"build:urara": "node urara.js build",
"build:kit": "export NODE_OPTIONS='--max_old_space_size=20480' && svelte-kit build",
"build": "npm-run-all -s build:urara build:kit clean",
"preview": "export NODE_OPTIONS='--max_old_space_size=20480' && 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": {
"@iconify-json/heroicons-outline": "^1.1.1",
"@iconify-json/heroicons-solid": "^1.1.1",
"@iconify-json/ic": "^1.1.4",
"@iconify-json/mdi": "^1.1.22",
"@iconify-json/uil": "^1.1.1",
"@sveltejs/adapter-netlify": "1.0.0-next.65",
"@sveltejs/adapter-node": "1.0.0-next.78",
"@sveltejs/adapter-static": "1.0.0-next.34",
"@sveltejs/kit": "1.0.0-next.352",
"@tailwindcss/typography": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"autoprefixer": "^10.4.7",
"chalk": "^5.0.1",
"chokidar": "^3.5.3",
"cssnano": "^5.1.12",
"daisyui": "^2.17.0",
"del-cli": "^4.0.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"fenceparser": "^2.0.0",
"github-slugger": "^1.4.0",
"mdast-util-to-string": "^3.1.0",
"mdsvex": "^0.10.6",
"medium-zoom": "^1.0.6",
"npm-run-all": "^4.1.5",
"plyr": "^3.7.2",
"postcss": "^8.4.14",
"postcss-preset-env": "^7.7.0",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-external-links": "^1.0.1",
"rehype-slug": "^5.0.1",
"remark": "^14.0.2",
"remark-footnotes": "4.0.1",
"shiki": "^0.10.1",
"shiki-twoslash": "^3.0.2",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-magnifier": "^0.0.1",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.4",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"unist-util-visit": "^4.1.0",
"unocss": "^0.39.3",
"vite": "^2.9.12"
},
"type": "module",
"peerDependencies": {
"autoprefixer": "^10.4.7"
}
}