-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 993 Bytes
/
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
{
"name": "B42",
"version": "0.0.1",
"license": "WTFPL",
"description": "Pentadactyl inspired browser based Brave/muon and clojurescript.",
"repository": {
"type": "git",
"url": "git://github.com/42org/b42.git"
},
"main": "app/main.js",
"scripts": {
"start": "./node_modules/.bin/electron app/main.js",
"watch": "node_modules/.bin/shadow-cljs watch main renderer bootstrap",
"build": "node_modules/.bin/shadow-cljs compile main renderer",
"release": "node_modules/.bin/shadow-cljs release main renderer",
"clean": "rm -rf out/"
},
"keywords": [],
"author": [
"Pankaj Doharey <pankajdoharey@gmail.com>",
"Alex Johnson <github.com/notalex>"
],
"devDependencies": {
"electron-packager": "^15.5.1",
"shadow-cljs": "^2.19.1",
"source-map-support": "^0.5.21",
"ws": "^8.7.0"
},
"dependencies": {
"create-react-class": "^15.7.0",
"electron": "^19.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}