-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.07 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
{
"type": "module",
"scripts": {
"dev": "parcel index.eta",
"build": "parcel build index.eta",
"index": "pagefind --site dist",
"postinstall": "bun ./scripts/build-excalidraw.js"
},
"staticFiles": {
"staticPath": "public"
},
"devDependencies": {
"@excalidraw/excalidraw": "file:./excalidraw/src/packages/utils",
"@parcel/config-default": "^2.10.0",
"@parcel/core": "^2.10.0",
"@parcel/plugin": "^2.10.0",
"@parcel/reporter-cli": "^2.10.0",
"@parcel/transformer-html": "^2.10.0",
"@parcel/transformer-posthtml": "^2.10.0",
"canvas": "npm:@napi-rs/[email protected]",
"eta": "^3.1.1",
"global-jsdom": "^9.1.0",
"jsdom": "^23.0.1",
"pagefind": "^1.0.3",
"parcel": "^2.10.0",
"parcel-reporter-static-files-copy": "^1.5.3",
"postcss": "^8.4.31",
"posthtml": "^0.16.6",
"posthtml-parser": "^0.11.0",
"posthtml-toc": "posthtml/posthtml-toc#0c19ee4de97c5985fda86550d0590e29074191d4",
"rewire": "^7.0.0",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.10"
}
}