-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.02 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 3.02 KB
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
{
"name": "jess-and-joe",
"description": "The official home for everything related to Jess & Joe's wedding",
"version": "2.1.0",
"author": "Joe Sangiorgio <jsangio1@gmail.com>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gastby clean",
"serve": "gastby serve",
"dev": "gatsby develop --open",
"dev:netlify": "node --inspect node_modules/.bin/netlify dev",
"lint": "tslint -t stylish -p .",
"lint:fix": "tslint -p tsconfig.json -t stylish --fix 'src/**/*.ts' 'test/**/*.ts'",
"start": "npm run dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"classnames": "2.2.6",
"cssnano": "^4.1.10",
"emotion": "9.2.12",
"emotion-server": "9.2.12",
"gatsby": "^2.19.32",
"gatsby-image": "^2.2.43",
"gatsby-plugin-advanced-sitemap": "^1.5.2",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-canonical-urls": "^2.1.21",
"gatsby-plugin-emotion": "2.0.5",
"gatsby-plugin-feed": "^2.3.28",
"gatsby-plugin-manifest": "^2.2.44",
"gatsby-plugin-offline": "^3.0.37",
"gatsby-plugin-postcss": "^2.1.21",
"gatsby-plugin-react-helmet": "^3.1.23",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sharp": "^2.4.7",
"gatsby-plugin-sitemap": "^2.2.28",
"gatsby-plugin-transition-link": "^1.18.0",
"gatsby-plugin-typescript": "^2.2.2",
"gatsby-remark-abbr": "2.0.0",
"gatsby-remark-copy-linked-files": "^2.1.38",
"gatsby-remark-images": "^3.1.46",
"gatsby-remark-prismjs": "^3.3.33",
"gatsby-remark-responsive-iframe": "^2.2.33",
"gatsby-remark-smartypants": "^2.1.22",
"gatsby-source-filesystem": "^2.1.50",
"gatsby-transformer-json": "^2.2.27",
"gatsby-transformer-remark": "^2.6.55",
"gatsby-transformer-sharp": "^2.3.17",
"gatsby-transformer-yaml": "^2.2.26",
"gsap": "^3.1.1",
"iframe-resizer": "^4.2.10",
"lodash": "^4.17.15",
"modern-normalize": "0.6.0",
"normalize.css": "^8.0.1",
"polished": "2.3.0",
"postcss-color-function": "^4.1.0",
"prism-themes": "^1.3.0",
"prismjs": "^1.19.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-emotion": "9.2.12",
"react-grid-gallery": "^0.5.5",
"react-helmet": "^5.2.1",
"react-spring": "^8.0.27",
"react-transition-group": "^4.3.0",
"rehype-react": "^4.0.1",
"typeface-capriola": "0.0.72",
"typeface-catamaran": "0.0.72",
"typeface-rancho": "0.0.72",
"typescript": "^3.8.3"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/lodash": "^4.14.149",
"@types/node": "^13.9.0",
"@types/react": "^16.9.23",
"@types/react-dom": "^16.9.5",
"@types/react-helmet": "^5.0.15",
"dotenv": "^8.2.0",
"netlify-cli": "^2.37.0",
"rimraf": "^3.0.2",
"tslint": "^6.0.0",
"tslint-config-blvd": "1.2.1",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.1.0",
"tslint-xo": "^0.16.0"
},
"engines" : { "node" : ">=12.0" }
}