forked from Blockstream/esplora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "esplora",
"version": "0.1.0",
"scripts": {
"dev-server": "babel-node dev-server.js",
"prerender-server": "cd prerender-server && npm start",
"postinstall": "(cd client && npm install) && (cd prerender-server && npm install)",
"dist": "./build.sh",
"l10n:fetch": "./lang/util/fetch-transifex.sh",
"l10n:update-strings": "./lang/util/update-strings.sh"
},
"author": "Nadav Ivgi",
"license": "MIT",
"browserslist": "> 0.5%",
"devDependencies": {
"browserify-middleware": "^8.1.1",
"express": "^4.17.1",
"glob": "^7.1.6",
"morgan": "^1.10.0"
},
"dependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"browserify": "^17.0.0",
"bundle-collapser": "^1.4.0",
"cssjanus": "^2.0.1",
"move-decimal-point": "0.0.4",
"patch-package": "^6.2.2",
"pofile": "^1.1.0",
"pug": "^3.0.0",
"pug-cli": "^1.0.0-alpha6",
"snabbdom-to-html": "^6.0.0",
"typeface-inconsolata": "0.0.72",
"uglify-es": "^3.3.9"
}
}