-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
82 lines (82 loc) · 2.54 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
80
81
82
{
"name": "discretize.eu",
"type": "module",
"version": "0.0.1",
"license": "AGPL-3.0-only",
"packageManager": "[email protected]",
"scripts": {
"extraScripts": "node scripts/syncGuides.js && node scripts/patches/defaultLanguage.js",
"predev": "pnpm extraScripts",
"dev": "astro dev --host",
"start": "astro dev",
"prebuild": "node scripts/patches/imageSet.js && pnpm extraScripts",
"build": "CF_PAGES_URL=http://localhost:3000 NODE_ENV=production astro build",
"postbuild": "node scripts/generateFontPreloads.js",
"preview": "astro preview --host",
"astro": "astro",
"lint": "eslint .",
"cmsProxy": "cd discretize-guides && npx decap-server"
},
"dependencies": {
"@astro-community/astro-embed-youtube": "^0.5.1",
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^2.2.4",
"@astrojs/react": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@discretize/typeface-menomonia": "^0.1.3",
"@floating-ui/react-dom": "^1.3.0",
"@iconify-json/mdi": "^1.1.65",
"@mdx-js/mdx": "^3.0.1",
"astro": "4.16.16",
"astro-icon": "^1.1.0",
"astro-toc": "^0.1.3",
"autoprefixer": "^10.4.19",
"canvas-confetti": "^1.9.2",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"cssnano": "^6.1.2",
"decap-cms-app": "^3.4.0",
"estree-util-value-to-estree": "^3.1.0",
"frontmatter": "^0.0.3",
"hast-util-select": "^6.0.2",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.4",
"react": "^18.2.0",
"react-ace": "^11.0.1",
"react-dom": "^18.2.0",
"remark-slug": "^7.0.1",
"remark-slug-anchor": "^1.0.0",
"sharp": "0.32.6",
"tailwindcss": "^3.4.3",
"typeface-muli": "^1.1.13",
"typeface-raleway": "^1.1.13",
"unist-util-remove": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@reduxjs/toolkit": "^2.2.3",
"@rollup/plugin-yaml": "^4.1.2",
"@types/canvas-confetti": "^1.6.4",
"@types/eslint__js": "^8.42.3",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@typescript-eslint/parser": "^8.0.1",
"ace-builds": "^1.32.9",
"astro-fontaine": "^1.0.1",
"axios": "^1.6.8",
"daisyui": "^3.9.4",
"eslint": "^9.8.0",
"eslint-plugin-astro": "^1.2.3",
"eslint-plugin-jsx-a11y": "^6.9.0",
"fontaine": "^0.5.0",
"globals": "^15.9.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"remark-gfm": "^4.0.0",
"typescript": "^5.4.4",
"typescript-eslint": "^8.0.1",
"wrangler": "^3.48.0"
}
}