-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
78 lines (78 loc) · 2.54 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
{
"name": "solinfra-gatsby-homepage",
"private": true,
"version": "1.2.2",
"description": "Gatsby.js V2 solinfra homepage based on Grayscale template",
"repository": {
"type": "git",
"url": "git+https://github.com/D-Nice/solinfra-homepage.git"
},
"author": {
"name": "D-Nice",
"email": "[email protected]"
},
"dependencies": {
"@svgr/webpack": "^4.3.2",
"gatsby": "^2.18.12",
"gatsby-background-image": "^0.8.9",
"gatsby-image": "^2.2.16",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.2.19",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-source-filesystem": "^2.1.19",
"gatsby-transformer-sharp": "^2.2.13",
"intersection-observer": "^0.7.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-images": "^0.5.19",
"react-scrollspy": "^3.4.0",
"rimraf": "^2.6.3",
"sharp": "^0.23.0",
"smoothscroll-polyfill": "^0.4.4"
},
"scripts": {
"preinstall": "cd scripts && ./install-deps.sh",
"develop": "npm run minify && gatsby develop -H 0.0.0.0",
"build": "npm run clean && gatsby build",
"serve": "gatsby serve -H 0.0.0.0",
"clean": "rimraf .cache public",
"lighthouse:badge": "npx lighthouse-badges --urls http://www.solinfra.io https://www.solinfra.io -o assets/badges/lighthouse",
"lint": "eslint '**/*.js'",
"lint:fix": "eslint '**/*.js' --fix",
"minify": "npm run minify:img",
"minify:img": "scripts/minify-img.js",
"release:changelog": "touch CHANGELOG.md && echo # CHANGELOG > CHANGELOG.md && echo >> CHANGELOG.md && conventional-changelog -p angular -r 0 -si CHANGELOG.md",
"release": ".github/release.sh"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"conventional-changelog-cli": "^2.0.31",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.0.1",
"imagemin": "^7.0.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-mozjpeg": "^8.0.0"
},
"keywords": [
"solinfra",
"homepage",
"gatsby",
"gatsby-starter-grayscale"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/D-Nice/solinfra-homepage/issues"
},
"homepage": "https://www.solinfra.io"
}