-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.94 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
{
"name": "shop",
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"main": "index.js",
"author": "fnplusofficial <support@fnplus.tech>",
"dependencies": {
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.7.1",
"formik": "^1.3.0",
"fuse.js": "^3.2.1",
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.37",
"gatsby-plugin-canonical-urls": "^2.0.5",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-sharp": "^2.3.9",
"graphql-client": "^2.0.1",
"@hackclub/design-system": "^0.0.1-14",
"history": "^4.7.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-clipboard.js": "^2.0.1",
"react-content-loader": "^3.1.2",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-image-lightbox": "^5.0.0",
"react-lazyload-fadein": "^1.1.0",
"react-overdrive": "^0.0.10",
"react-scrolllock": "^3.0.2",
"react-tilt": "^0.1.4",
"react-transition-group": "^2.5.0",
"react-visibility-sensor": "^4.1.1",
"shopify-buy": "^1.8.0",
"styled-components": "^3.4.9",
"throttle-debounce": "^2.0.1",
"yup": "^0.26.6"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"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",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fnplus/shop"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}