-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.98 KB
/
package.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.98 KB
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
{
"name": "lonely-light",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"perf": "./unlighthouse",
"mc:install": "(npm install mcas@latest @motion-canvas/2d@latest @motion-canvas/core@latest @motion-canvas/player@latest && cd animation && npm install mcas@latest @motion-canvas/2d@latest @motion-canvas/core@latest @motion-canvas/ui@latest @motion-canvas/vite-plugin@latest && npm install)",
"mc:build": "(cd animation && npm run build)",
"mc:dev": "(cd animation && npm run serve)"
},
"dependencies": {
"@astrojs/markdoc": "^0.11.0",
"@astrojs/mdx": "^3.1.0",
"@astrojs/prefetch": "^0.1.2",
"@astrojs/prism": "^3.1.0",
"@astrojs/tailwind": "^5.1.0",
"@motion-canvas/2d": "^3.17.2",
"@motion-canvas/core": "^3.17.2",
"@motion-canvas/player": "^3.17.2",
"@portaljs/remark-wiki-link": "^1.2.0",
"astro": "^4.10.1",
"astro-icon": "^1.1.0",
"astro-seo": "^0.7.6",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"fuse.js": "^6.6.2",
"glob": "^10.4.1",
"lodash": "^4.17.21",
"mcas": "^0.0.12",
"node-html-parser": "^6.1.13",
"postcss": "^8.4.38",
"remark": "^14.0.3",
"remark-footnotes": "^4.0.1",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"slugify": "^1.6.6",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.4",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"yaml": "^2.4.4",
"youtubei.js": "^11.0.1"
},
"devDependencies": {
"prettier": "^3.3.1",
"prettier-plugin-astro": "^0.14.0",
"remark-obsidian": "^1.8.0",
"sass": "^1.77.4"
}
}