-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
100 lines (100 loc) · 3.19 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "luehugo.us",
"description": "Lunara e Hugo wedding website",
"version": "1.0.0",
"author": "Hugo Nogueira <[email protected]>",
"dependencies": {
"gatsby": "2.29.2",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-scroll-reveal": "0.0.7",
"gatsby-recipes": "^1.4.0",
"gatsby-remark-figure-caption": "^2.0.0",
"gatsby-transformer-yaml-plus": "0.2.2",
"get-form-data": "3.0.0",
"lodash.throttle": "^4.1.1",
"prismjs": "1.22.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"react-icon-base": "^2.1.2",
"react-responsive-modal": "4.0.1",
"remark-html": "13.0.1",
"slugify": "1.4.6",
"smooth-scroll": "16.1.3",
"styled-css-grid": "1.2.1",
"styled-system": "5.1.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"prestart": "npm run lint",
"start": "npm run develop",
"lint": "./node_modules/.bin/eslint --fix --ext .js,.jsx --ignore-pattern public .",
"build": "rm -rf public/*.html && gatsby build",
"develop": "gatsby develop",
"test": "jest",
"test:watch": "jest --watch",
"serve": "npm run build && gatsby serve"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-transform-classes": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"babel-eslint": "10.0.3",
"babel-jest": "24.9.0",
"babel-preset-gatsby": "0.9.1",
"es6-object-assign": "^1.1.0",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-config-standard-react": "9.2.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-node": "11.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.18.0",
"eslint-plugin-standard": "4.0.1",
"gatsby-image": "2.2.39",
"gatsby-plugin-google-analytics": "2.1.33",
"gatsby-plugin-i18n": "1.0.1",
"gatsby-plugin-i18n-tags": "1.0.0",
"gatsby-plugin-manifest": "2.9.1",
"gatsby-plugin-offline": "3.7.1",
"gatsby-plugin-react-helmet": "3.7.0",
"gatsby-plugin-sharp": "2.11.2",
"gatsby-plugin-sitemap": "2.9.0",
"gatsby-plugin-styled-components": "3.7.0",
"gatsby-remark-copy-linked-files": "2.7.0",
"gatsby-remark-images": "3.8.1",
"gatsby-remark-prismjs": "3.10.0",
"gatsby-remark-responsive-iframe": "2.8.0",
"gatsby-remark-smartypants": "2.7.0",
"gatsby-source-filesystem": "2.8.1",
"gatsby-transformer-remark": "2.16.0",
"gatsby-transformer-sharp": "2.9.0",
"gh-pages": "2.2.0",
"identity-obj-proxy": "^3.0.0",
"intl": "^1.2.5",
"jest": "26.6.3",
"lodash-webpack-plugin": "0.11.6",
"prettier": "2.2.1",
"prop-types": "15.7.2",
"ptz-assert": "^1.6.8",
"ptz-fp": "1.3.0",
"ptz-i18n": "1.0.0",
"ptz-math": "^1.1.0",
"ptz-validations": "^3.0.1",
"ramda": "0.27.1",
"react-disqus-comments": "^1.4.0",
"react-gravatar": "^2.6.3",
"react-icons": "4.1.0",
"react-intl": "3.11.0",
"react-test-renderer": "16.12.0",
"regenerator-runtime": "0.13.3",
"styled-components": "4.4.1"
}
}