-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.98 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
{
"name": "quarantine-journal",
"license": "MIT license",
"description": "A way to store journal entries from the quarantine permanently",
"version": "1.0.0",
"scripts": {
"dev": "sapper dev",
"build": "ls && sapper build",
"deploy:test": "now -A now.test.json",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
"test": "run-p --race dev cy:run"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"@beyonk/async-script-loader": "^1.0.3",
"arql-ops": "https://kybjhezuyftg.arweave.net/ITTPLYoxidZzAJP50FQ03QJUSkkh9iKHcmMcLZOvqtQ",
"arweave": "^1.6.0",
"bootstrap": "^4.4.1",
"compression": "^1.7.1",
"dotenv": "^8.2.0",
"jquery": "^1.9.1",
"luxon": "^1.23.0",
"polka": "next",
"popper.js": "^1.16.1",
"promises-tho": "^1.1.0",
"sirv": "^0.4.0",
"svelte-dropzone": "^1.0.6"
},
"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-commonjs": "^11.0.0",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"npm-run-all": "^4.1.5",
"rollup": "^1.20.0",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-svelte": "^5.0.1",
"rollup-plugin-terser": "^4.0.4",
"sapper": "^0.27.0",
"svelte": "^3.0.0",
"svelte-simple-modal": "^0.3.0"
},
"repository": {
"type": "git",
"url": "git://https://github.com/alexreyes/quarantine-journal-web.git"
}
}