-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 loc) · 2.12 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"private": false,
"name": "umbrella-web",
"description": "Umbrella - Digital and Physical Security Advice App for the web",
"version": "1.0.0",
"license": "MIT",
"author": {
"name": "Security First",
"email": "info@secfirst.org",
"url": "https://secfirst.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/securityfirst/Umbrella_web.git"
},
"engines": {
"node": "10.15.1",
"npm": "6.4.1"
},
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@material-ui/core": "^3.6.2",
"@material-ui/icons": "^3.0.1",
"@zeit/next-css": "^1.0.2-canary.2",
"apicache": "^1.2.3",
"atob": "^2.1.2",
"batch-replace": "^1.1.3",
"blob": "0.0.5",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"cron": "^1.6.0",
"crypto-js": "^3.1.9-1",
"dotenv": "^6.0.0",
"express": "^4.16.4",
"express-basic-auth": "^1.2.0",
"html2pdf.js": "^0.9.2",
"is-url": "^1.2.4",
"isomorphic-unfetch": "^3.0.0",
"jspdf": "^1.5.3",
"jss": "^9.8.7",
"localforage": "^1.7.3",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"lru-cache": "^4.1.3",
"mark-twain": "^2.0.3",
"marked": "^0.7.0",
"morgan": "^1.9.0",
"next": "^9.0.5",
"next-nprogress": "^1.4.0",
"node-sass": "^4.10.0",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-flip-move": "^3.0.3",
"react-jss": "^8.6.1",
"react-markdown": "^4.0.3",
"react-redux": "^5.1.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rss-parser": "^3.6.2",
"simple-git": "^1.107.0",
"styled-jsx": "^3.2.2",
"terser": "^3.14.1",
"xhr": "^2.5.0",
"yaml": "^1.2.1"
},
"devDependencies": {
"css-loader": "^2.1.0",
"file-loader": "^3.0.1",
"nodemon": "^1.18.4",
"raw-loader": "^1.0.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2"
}
}