-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.6 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
{
"name": "carlohcs.github.io",
"version": "2.0.0",
"description": "My personal site.",
"scripts": {
"dev": "node server.js",
"build": "next build",
"export": "next export -o docs/",
"start": "cross-env NODE_ENV=production node server.js",
"heroku-postbuild": "npm run build",
"deploy:github": "npm run build && npm run export && touch docs/.nojekyll && git add docs/ && git commit -m \"Deploy docs to Github\" && git push origin main",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carlohcs/carlohcs.github.io.git"
},
"keywords": [
"carlohcs",
"Carlos",
"Henrique",
"Carvalho",
"de",
"Santana"
],
"author": "Carlos Henrique Carvalho de Santana",
"license": "ISC",
"bugs": {
"url": "https://github.com/carlohcs/carlohcs.github.io/issues"
},
"homepage": "https://github.com/carlohcs/carlohcs.github.io",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"cross-env": "^5.2.1",
"express": "^4.17.1",
"heroku-ssl-redirect": "0.0.4",
"imagemin-optipng": "^7.0.0",
"imagemin-svgo": "^7.0.0",
"next": "^9.0.5",
"next-compose-plugins": "^2.2.0",
"next-ga": "^2.3.4",
"next-optimized-images": "^2.5.3",
"next-page-transitions": "^1.0.0-beta.2",
"next-routes": "^1.4.2",
"node-localstorage": "^1.3.1",
"normalize.css": "^8.0.1",
"postcss-nested": "^4.1.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"styled-jsx-plugin-postcss": "^2.0.1",
"svg-sprite-loader": "^4.1.6"
}
}