-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.07 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.07 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
{
"scripts": {
"dev": "eleventy && pnpm /^dev:/",
"dev:eleventy": "eleventy --watch --quiet",
"dev:parcel": "parcel serve -p 3000 $(find ./_site/ -type f)",
"build": "eleventy && parcel build --no-content-hash $(find ./_site/ -type f)",
"preview": "cp test-server.js dist && node dist/test-server.js",
"prettier": "prettier --check *.{html,css,js,ts,json,liquid} **/*.{html,css,js,ts,json,liquid}",
"prettier:fix": "prettier --write *.{html,css,js,ts,json,liquid} **/*.{html,css,js,ts,json,liquid}"
},
"dependencies": {
"pixi.js": "^7.3.2"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@parcel/config-default": "^2.11.0",
"@parcel/plugin": "^2.11.0",
"@shopify/prettier-plugin-liquid": "^1.4.0",
"@tailwindcss/typography": "^0.5.10",
"markdown-it-katex": "^2.0.3",
"parcel": "^2.11.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
"punycode": "^1.4.1",
"tailwindcss": "^3.4.0",
"url": "^0.11.0"
}
}