-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.5 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
{
"name": "rproxy",
"version": "1.0.0",
"description": "Proxy with offline storage",
"main": "index.js",
"scripts": {
"build": "webpack --mode development --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"pretest": "eslint --ignore-path .gitignore . ",
"fix": "eslint --ignore-path .gitignore . --fix"
},
"keywords": [
"proxy",
"offline",
"web",
"app"
],
"author": "Rupak Bajgain <[email protected]>",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.9.7",
"@material-ui/docs": "^4.0.0-beta.0",
"@material-ui/icons": "^4.9.1",
"adm-zip": "^0.4.14",
"async": "^3.2.0",
"bluebird": "^3.7.2",
"chalk": "^3.0.0",
"cheerio": "^1.0.0-rc.3",
"debug": "^4.1.0",
"express": "^4.17.1",
"http-mitm-proxy": "^0.8.2",
"mime-types": "^2.1.26",
"node-stream-zip": "^1.9.1",
"pug": "^2.0.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"request": "^2.88.2",
"semaphore": "^1.1.0",
"socket-io": "^1.0.0",
"sqlite3": "^4.1.1",
"url": "^0.11.0",
"webpack": "^4.42.0",
"zeltice-mt-downloader": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-strongloop": "^2.1.0",
"webpack-cli": "^3.3.11"
}
}