-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "spellbook",
"description": "A diary. Stores everything in your browser. Use [here](https://garbados.github.io/spellbook).",
"license": "Apache-2.0",
"version": "0.1.1",
"private": true,
"scripts": {
"start": "npm run build && npm run serve",
"build": "shadow-cljs compile app",
"dev": "shadow-cljs watch app",
"release": "shadow-cljs release app",
"serve": "serve www",
"test": "shadow-cljs compile test",
"dev-test": "shadow-cljs watch test"
},
"devDependencies": {
"serve": "^14.2.1",
"shadow-cljs": "2.26.0"
},
"dependencies": {
"pouchdb": "^9.0.0",
"pouchdb-jsonviews": "^1.2.1",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garbados/spellbook.git"
},
"keywords": [
"diary",
"pouchdb",
"react",
"app"
],
"author": "Diana Fernanda Belle <garbados@gmail.com>",
"bugs": {
"url": "https://github.com/garbados/spellbook/issues"
},
"homepage": "https://github.com/garbados/spellbook#readme"
}