generated from importantimport/urara
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.67 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
{
"name": "urara",
"type": "module",
"version": "0.0.1",
"license": "WTFPL",
"repository": "importantimport/urara",
"homepage": "https://github.com/importantimport/urara",
"bugs": "https://github.com/importantimport/urara/issues",
"author": "藍+85CD",
"scripts": {
"clean": "node urara.js clean",
"rename": "node urara.js rename",
"dev:urara": "node urara.js watch",
"dev:kit": "export NODE_OPTIONS=--max_old_space_size=7680 && MODE=development svelte-kit dev",
"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=7680 && svelte-kit build",
"build": "npm-run-all -s build:urara build:kit clean",
"preview": "export NODE_OPTIONS=--max_old_space_size=7680 && 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",
"@sveltejs/adapter-auto": "^1.0.0-next.46",
"@sveltejs/adapter-node": "^1.0.0-next.74",
"@sveltejs/adapter-static": "^1.0.0-next.31",
"@sveltejs/kit": "^1.0.0-next.342",
"@tailwindcss/typography": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@unocss/core": "^0.34.1",
"autoprefixer": "^10.4.7",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"cssnano": "^5.1.9",
"daisyui": "^2.15.0",
"eslint": "^8.16.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.5",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"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": "~2.0.0",
"shiki-twoslash": "^3.0.2",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tailwindcss": "^3.0.24",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"unist-util-visit": "^4.1.0",
"unocss": "^0.34.1",
"vite": "^2.9.9",
"workbox": "^0.0.0",
"workbox-cacheable-response": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3"
}
}