-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"name": "heimdall.dev",
"version": "1.0.0",
"description": "Developer portal of the Heimdall",
"main": "pages/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "dotenv -e .env next",
"build:hmlg": "dotenv -e .env next build",
"build": "dotenv -e .env.production next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "https://github.com/getheimdall/developer-portal.git"
},
"keywords": [],
"author": {
"email": "manoel.filho@conductor.com.br",
"name": "Manoel Dijalma",
"url": "https://dijalmasilva.github.io"
},
"license": "MIT",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"axios": "^0.18.0",
"dompurify": "^1.0.9",
"dotenv": "^6.2.0",
"next": "^7.0.2",
"next-nprogress": "^1.4.0",
"node-sass": "^4.11.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-markdown": "^4.0.4",
"react-moment": "^0.8.4",
"react-redux": "^6.0.0",
"react-toastify": "^4.5.2",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.3.0",
"swagger-ui": "^3.19.4"
},
"devDependencies": {
"dotenv-cli": "^1.4.0"
}
}