forked from newinternetlabs/btc-us-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 938 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
36
37
{
"name": "btc.us",
"description": "btc.us",
"version": "0.0.2",
"scripts": {
"dev": "sapper dev --no-hot",
"build": "sapper build",
"export": "./script/export.sh",
"start": "node __sapper__/build",
"serve": "npx serve __sapper__/export"
},
"dependencies": {
"compression": "^1.7.1",
"polka": "next",
"sirv": "^1.0.0"
},
"devDependencies": {
"@stacks/auth": "^1.0.1",
"@stacks/bns": "^1.4.1",
"@stacks/connect": "5.0.6-alpha.c2f8256.0",
"@stacks/profile": "^1.0.2",
"@stacks/storage": "^1.0.1",
"@stacks/transactions": "^1.0.1",
"blockstack": "^21.1.1",
"bn.js": "^5.1.3",
"crypto-hashing": "^1.0.0",
"dotenv": "^8.2.0",
"file-loader": "^6.0.0",
"lodash-es": "^4.17.15",
"sapper": "^0.28.0",
"svelte": "^3.17.3",
"svelte-loader": "^2.9.0",
"webpack": "^4.7.0",
"webpack-modules": "^1.0.0",
"zone-file": "^1.0.0"
}
}