-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "gmvault-webreader",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "node server/index.js",
"watch": "webpack -w --mode development",
"dev": "MAIL_ROOT=./db npm run start",
"lint": "eslint ."
},
"keywords": [],
"author": "Kristian Borup Antonsen <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"express": "^4.17.2",
"express-ws": "^4.0.0",
"mailparser": "^2.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.3.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-react": "^7.28.0",
"node-sass": "^4.14.1",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-recommended": "^2.2.0",
"stylelint-webpack-plugin": "^0.10.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"description": "Web interface for accessing Gmvault backups."
}