-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 874 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
{
"name": "open-spelling-bee",
"version": "1.0.0",
"description": "An open source, inclusive take on the Spelling Bee word game",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=prod npx @11ty/eleventy",
"dev": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gyanreyer/open-spelling-bee.git"
},
"author": "Ryan Geyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gyanreyer/open-spelling-bee/issues"
},
"homepage": "https://github.com/Gyanreyer/open-spelling-bee#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-webc": "^0.11.0",
"@types/node": "^18.15.3",
"csso": "^5.0.5",
"esbuild": "^0.17.15",
"html-minifier-terser": "^7.1.0",
"workerpool": "^6.4.0"
}
}