-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Luis Diaz",
"dependencies": {
"@stripe/stripe-js": "^1.14.0",
"curl": "^0.1.4",
"gatsby": "^2.32.13",
"gatsby-image": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-postcss": "^2.3.13",
"gatsby-plugin-purgecss": "^4.0.1",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-stripe": "^1.2.4",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-source-stripe": "^3.2.2",
"gatsby-transformer-sharp": "^2.12.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"tailwindcss": "^1.9.6",
"use-shopping-cart": "^2.4.3"
},
"devDependencies": {
"@babel/core": "^7.14.2",
"@netlify/zip-it-and-ship-it": "^1.7.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^10.4.9",
"@testing-library/react-hooks": "^3.7.0",
"@testing-library/user-event": "^12.8.3",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^0.5.16",
"eslint": "^7.26.0",
"eslint-config-kentcdodds": "^14.15.0",
"eslint-plugin-jest": "^23.20.0",
"identity-obj-proxy": "^3.0.0",
"is-ci-cli": "^2.2.0",
"jest": "^26.6.3",
"jest-in-case": "^1.0.2",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.0",
"react-test-renderer": "^16.14.0",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.12.2",
"unist-util-visit": "^2.0.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}