-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 664 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "pulsar-edit.github.io",
"version": "2.0.0",
"description": "Home Website of: A Community-led Hyper-Hackable Text Editor",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"build:debug": "cross-env DEBUG=Eleventy* npm run build",
"serve:debug": "cross-env DEBUG=Eleventy* npm run serve"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^3.1.0-beta.1",
"11ty-config": "github:confused-Techie/11ty-config-pulsar",
"cross-env": "^7.0.3",
"just-safe-get": "^4.2.0",
"markdown-it-anchor": "^8.6.7",
"slugify": "^1.6.6"
}
}