forked from MichaelBailly/socialInbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "socialbox",
"description": "An overlay on top of JMAP server to make email cool",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build"
},
"dependencies": {
"axios": "^0.21.0",
"bson": "^4.2.0",
"date-fns": "^2.16.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"kafkajs": "^1.15.0",
"lodash": "^4.17.20",
"mongodb": "^3.6.3",
"node-fetch": "^2.6.1",
"qs": "^6.9.4",
"session-file-store": "^1.5.0",
"sirv": "^1.0.0",
"svelte-select": "^3.14.1",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@mdi/js": "^5.8.55",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-node-resolve": "^10.0.0",
"@rollup/plugin-replace": "^2.2.0",
"@rollup/plugin-url": "^5.0.0",
"debug": "^4.3.1",
"eslint": "^7.14.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"less": "^3.12.2",
"postcss": "^8.1.10",
"rollup": "^2.33.3",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"sapper": "^0.28.0",
"sass": "^1.29.0",
"svelte": "~3.29.7",
"svelte-material-icons": "^1.0.3",
"svelte-preprocess": "^4.6.1"
}
}