-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
42
43
44
45
{
"name": "fire",
"type": "module",
"version": "2.0.0",
"description": "Next-gen front-end tooling for blazing fast websites.",
"main": "dist/main.js",
"types": "dist/types/main.d.ts",
"files": [
"/dist"
],
"scripts": {
"lib:build": "tsc",
"lib:publish": "npm run build && npm publish",
"docs:build": "cd docs && npm install && npm run build",
"docs:serve": "cd docs && npm run dev",
"site:dev": "cd demo && npm run dev",
"site:build": "cd demo && npm install && npm run build",
"site:preview": "cd demo && npm run preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blazed-space/fire.git"
},
"keywords": [
"fire",
"framework",
"pages",
"content",
"widgets",
"components"
],
"dependencies": {
"typescript": "^4.2.3"
},
"devDependencies": {
"@types/node": "^20.4.10",
"typescript": "^4.2.3"
},
"author": "Blazed Labs LLC <hello@blazed.space>",
"license": "MIT",
"bugs": {
"url": "https://github.com/blazed-space/fire/issues"
},
"homepage": "https://github.com/blazed-space/fire#readme"
}