-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.75 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
{
"name": "server",
"version": "1.0.0",
"description": "Facilitates API calls to 3rd party software",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@fostimus/hr-utils": "^1.0.2",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.1.3",
"@svgr/webpack": "^5.5.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dayjs": "^1.10.4",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"gray-matter": "^4.0.2",
"less": "^4.1.0",
"mongoose": "^5.11.9",
"next": "^10.0.7",
"node-static": "^0.7.11",
"nodemon": "^2.0.6",
"normalize.css": "^8.0.1",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"querystring": "^0.2.0",
"react": "^17.0.1",
"react-bootstrap": "^1.4.3",
"react-dom": "^17.0.1",
"react-ga": "^3.3.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"request": "^2.88.2",
"sass": "^1.32.5",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.1",
"prettier": "^2.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "next start",
"dev": "next dev",
"build": "next build",
"start-next": "next start"
},
"keywords": [
"heroku",
"node.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fostimus/portfolio-site.git"
},
"author": "Derek Foster <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fostimus/portfolio-site/issues"
},
"homepage": "https://github.com/fostimus/portfolio-site#readme",
"volta": {
"node": "12.18.2",
"npm": "6.14.5"
}
}