forked from CodenameCrew/codename-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 697 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 697 Bytes
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
{
"name": "codename-website",
"version": "1.0.0",
"main": "index.js",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node ./src/index.js",
"build:full": "node ./src/index.js --full",
"build:actions": "node ./src/index.js --full --actions",
"watch": "node ./src/index.js --watch"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"dompurify": "^3.2.4",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.8",
"highlight.js": "^11.11.1",
"jsdom": "^26.0.0",
"remarkable": "^2.0.1",
"terser": "^5.37.0"
},
"devDependencies": {
"clean-css": "^5.3.3",
"sass": "^1.83.4"
}
}