This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
69 lines (69 loc) · 2.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "verto-app",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy --entry \"/ trade tokens post login gallery app 404 app/all-exchanges app/all-transactions\"",
"start": "node __sapper__/build",
"prefmt": "cd ./node_modules/prettier-plugin-svelte/ && yarn && yarn build",
"fmt": "prettier --write .",
"fmt:check": "prettier --check ."
},
"gitHooks": {
"pre-commit": "yarn prefmt && prettier --write . && git add -A"
},
"dependencies": {
"@verto/lib": "^0.9.9",
"ar-gql": "^0.0.3",
"arweave": "^1.10.11",
"community-js": "^1.1.18",
"compression": "^1.7.1",
"graphql": "^15.3.0",
"moment": "^2.27.0",
"polka": "next",
"sapper-google-analytics": "^1.0.2",
"sirv": "^1.0.6",
"smartweave": "^0.4.27",
"svelte-chartjs": "^1.0.1",
"weaveid": "^1.0.26"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-image": "^2.0.5",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@rollup/plugin-typescript": "^5.0.2",
"@rollup/plugin-url": "^5.0.1",
"@tsconfig/svelte": "^1.0.10",
"@types/polka": "^0.5.1",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.5.0",
"eslint-plugin-svelte3": "^2.7.3",
"node-sass": "^4.14.1",
"prettier": "^2.1.1",
"prettier-plugin-svelte": "sveltejs/prettier-plugin-svelte#5fbbee9",
"rollup": "^2.3.4",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"sapper": "0.28.7",
"sass": "^1.27.0",
"svelte": "^3.0.0",
"svelte-check": "^1.0.34",
"svelte-preprocess": "^4.0.8",
"svelte-scrollto": "^0.2.0",
"tslib": "^2.0.0",
"typescript": "^4.0.2",
"yorkie": "^2.0.0"
}
}