-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·78 lines (78 loc) · 2.62 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
{
"name": "karma-spa",
"description": "Karma Spa Gatsby site",
"version": "1.0.0",
"author": "WISE Digital Partners",
"dependencies": {
"@emotion/react": "^11.4.0",
"@fortawesome/fontawesome-pro": "^6.1.1",
"babel-plugin-styled-components": "^2.0.6",
"core-js": "^3.6.5",
"fontsource-mulish": "^4.0.0",
"gatsby": "^4.7.2",
"gatsby-background-image": "^1.1.2",
"gatsby-cli": "^4.11.1",
"gatsby-image": "^3.8.0",
"gatsby-plugin-advanced-sitemap": "^2.0.0",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-gatsby-cloud": "^4.11.1",
"gatsby-plugin-google-tagmanager": "^4.11.1",
"gatsby-plugin-image": "^2.11.1",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-netlify": "^4.1.0",
"gatsby-plugin-offline": "5.11.1",
"gatsby-plugin-postcss": "^5.11.0",
"gatsby-plugin-purgecss": "^6.0.2",
"gatsby-plugin-react-helmet": "5.11.0",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sass": "^5.11.1",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-plugin-styled-components": "^5.11.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-sharp": "^4.1.0",
"gbimage-bridge": "^0.2.1",
"gsap": "file:gsap-bonus.tgz",
"micromodal": "^0.4.2",
"postcss": "^8.3.5",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.5",
"postcss-preset-env": "^7.4.3",
"prop-types": "15.8.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-helmet": "6.1.0",
"react-intersection-observer": "^8.26.2",
"react-masonry-component": "^6.2.1",
"react-radio-group": "^3.0.3",
"react-scrollspy": "^3.4.3",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.0.1",
"typeface-cormorant-garamond": "^1.1.13"
},
"scripts": {
"analyze:prettier": "prettier --list-different \"**/*.{css,js,jsx,json,md}\"",
"analyze": "npm run analyze:prettier",
"fix:prettier": "prettier --write \"**/*.{css,js,jsx,json,md}\"",
"fix": "npm run fix:prettier",
"build": "gatsby build ",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"devDependencies": {
"@emotion/core": "^11.0.0",
"@emotion/styled": "^11.3.0",
"@tailwindcss/custom-forms": "0.2.1",
"autoprefixer": "^10.2.6",
"cssnano": "5.1.7",
"gatsby-plugin-emotion": "^7.11.0",
"prettier": "2.6.2",
"sass": "^1.49.10",
"tailwindcss": "^3.0.23",
"twin.macro": "^2.5.0"
}
}