This repository has been archived by the owner on Sep 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.16 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
{
"name": "glimpse",
"description": "a photo portfolio",
"version": "2.0.7",
"author": "Glauco Pater",
"dependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@types/rebass": "^4.0.6",
"@types/styled-components": "^5.1.0",
"babel-core": "^6.26.3",
"babel-plugin-styled-components": "^1.10.7",
"color-thief-react": "^1.0.2",
"gatsby": "^4.25.7",
"gatsby-cli": "^2.12.38",
"gatsby-image": "^2.4.5",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-styled-components": "^3.3.2",
"gatsby-plugin-typescript": "^2.4.3",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-sharp": "^2.5.3",
"gatsby-transformer-yaml": "^2.4.2",
"lightbox-react": "0.3.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-images": "^1.1.7",
"react-is": "^16.13.1",
"styled-components": "^5.1.1",
"typescript": "^3.9.3"
},
"devDependencies": {
"@types/node": "^14.0.6",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.0.0",
"prettier": "^2.0.5"
},
"keywords": [
"gatsbyjs",
"gatsby-image",
"@lightbox-react"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --log-pages --prefix-paths",
"build-incremental-windows": "%npm_package_config_gatsby% && gatsby build --log-pages --prefix-paths",
"develop": "gatsby develop",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"type-check": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"resolutions": {
"@babel/plugin-transform-typescript": "7.9.0"
},
"config": {
"gatsby": "set GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true"
}
}