-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"name": "librarian",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"pages:init": "wrangler pages project create ateliernum --production-branch main",
"publish": "rimraf ./dist && vite build && wrangler pages publish ./dist --project-name ateliernum",
"wrangler:logout": "wrangler logout"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhakk-harn/librarian.git"
},
"keywords": [],
"author": "",
"license": "GNU GPLV3.0",
"bugs": {
"url": "https://github.com/zhakk-harn/librarian/issues"
},
"homepage": "https://github.com/zhakk-harn/librarian#readme",
"dependencies": {
"@orama/orama": "^1.0.0-beta.10",
"dotenv": "^16.0.3",
"idb-keyval": "^6.2.0",
"isomorphic-git": "^1.21.0"
},
"devDependencies": {
"bundlemon": "^2.0.1",
"rimraf": "^4.4.0",
"sharp": "^0.31.3",
"vite": "^4.0.4",
"wrangler": "^2.13.0"
}
}