-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1020 Bytes
/
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
{
"name": "boulders",
"version": "1.0.0",
"main": "eleventy.config.js",
"engines": {
"node": ">=20.3.1"
},
"scripts": {
"start": "npm run dev -s",
"dev": "eleventy --serve",
"test": "jest",
"build": "cross-env NODE_ENV=production eleventy"
},
"keywords": [],
"author": "Lea Rosema",
"license": "MIT",
"description": "",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@types/jest": "^29.5.12",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.12.12",
"@webgpu/types": "^0.1.40",
"browserslist": "^4.23.0",
"canvas": "^2.11.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.11",
"esbuild": "^0.21.4",
"esbuild-plugin-glsl": "^1.2.2",
"front-matter": "^4.0.2",
"html-minifier-terser": "^7.2.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-webgl-canvas-mock": "^2.5.3",
"jsdom": "^24.1.0",
"lightningcss": "^1.25.1",
"ts-jest": "^29.1.3",
"ts-node": "^10.9.2",
"tsx": "^4.11.0"
}
}