-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "blog",
"version": "3.0.2",
"description": "Blog Development Tools",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "npm run prebuild && vite dev",
"build": "npm run prebuild && vite build --mode client && NODE_ENV='production' && vite build",
"prebuild": "node ./app/build.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"chromatic": "chromatic --exit-zero-on-changes --project-token=CHROMATIC_PROJECT_TOKEN"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nismit/Nislog.git"
},
"author": "Nismit <nismit.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Nismit/Nislog/issues"
},
"homepage": "https://github.com/Nismit/Nislog#readme",
"dependencies": {
"hono": "^4.6.3",
"honox": "^0.1.25"
},
"devDependencies": {
"@hono/vite-ssg": "^0.1.0",
"@playwright/test": "^1.47.2",
"@types/mdast": "^4.0.4",
"@types/node": "^20.14.12",
"fast-glob": "^3.3.2",
"gray-matter": "^4.0.3",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"unist-util-visit": "^5.0.0",
"vite": "^5.4.8"
}
}