-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.37 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
{
"name": "gatsby-starter-saas-marketing",
"private": true,
"description": "A simple one page marketing starter for saas companies",
"version": "0.1.0",
"author": "Keegan Burkett <[email protected]>",
"dependencies": {
"@azure/msal-browser": "2.10.0",
"@gatsbyjs/reach-router": "^1.3.6",
"@microsoft/microsoft-graph-client": "2.2.1",
"@reach/router": "^1.3.4",
"@stripe/stripe-js": "^1.13.1",
"@types/microsoft-graph": "1.28.0",
"add": "^2.0.6",
"axios": "^0.21.1",
"gatsby": "^2.30.1",
"gatsby-link": "^3.0.1",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-image": "^1.2.0",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-plugin-typescript": "^3.2.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-sharp": "^2.5.13",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"msal-react": "^0.1.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.1.0",
"react-scrollspy": "^3.4.3",
"react-spring": "^8.0.27",
"stripe": "^8.138.0",
"styled-components": "^5.1.1",
"use-shopping-cart": "^3.0.0-beta.3",
"windows-iana": "4.2.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/jest": "^26.0.22",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-styled-components": "^7.0.3",
"prettier": "^2.0.5",
"react-test-renderer": "^17.0.2",
"ts-jest": "^26.5.4",
"tslint-react": "^5.0.0",
"typescript": "^4.2.3"
},
"resolutions": {
"axios": "0.21.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}