-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.27 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
{
"name": "nought",
"type": "module",
"version": "0.0.4",
"scripts": {
"predev": "del-cli .astro/data-store.json .astro/content-assets.mjs node_modules/.astro && NOUGHT_DEV=1 node src/scripts/generateGlobalCSS.mjs && NOUGHT_DEV=1 node src/scripts/buildTodos.js",
"prebuild": "del-cli .astro/data-store.json .astro/content-assets.mjs node_modules/.astro && node src/scripts/generateGlobalCSS.mjs && node src/scripts/buildTodos.js",
"dev": "NOUGHT_DEV=1 astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^7.0.8",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@expressive-code/plugin-collapsible-sections": "^0.44.1",
"@expressive-code/plugin-line-numbers": "^0.44.1",
"@tailwindcss/vite": "^4.3.3",
"astro": "^7.2.9",
"astro-expressive-code": "^0.44.1",
"astro-masonry": "^1.2.2",
"astro-robots-txt": "^1.0.0",
"daisyui": "^5.7.22",
"gray-matter": "^4.0.3",
"tailwindcss": "^4.0.6",
"updates": "^18.0.7"
},
"devDependencies": {
"@igor.dvlpr/astro-post-excerpt": "4.1.1-alpha.0",
"@tailwindcss/typography": "^0.5.20",
"del-cli": "^7.0.0",
"prettier-plugin-astro": "^0.14.1",
"vite-plugin-run": "^0.9.1"
}
}