-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 652 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 652 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
{
"name": "rocket-docs-theme-launch",
"version": "0.0.1",
"private": true,
"description": "A documentation page based on the @rocket/launch theme",
"type": "module",
"scripts": {
"build": "rocket build",
"dev": "npm start",
"preview": "rocket preview --open",
"start": "NODE_DEBUG=engine:rendering rocket start --open"
},
"devDependencies": {
"@rocket/cli": "^0.20.0",
"@rocket/engine": "^0.2.0",
"@rocket/launch": "^0.21.0",
"@rocket/search": "^0.7.0",
"lit": "^3.0.0"
},
"@rocket/template-name": "Documentation Website (@rocket/launch Theme)",
"imports": {
"#src/*": "./site/src/*"
}
}