-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.02 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
{
"name": "architekci-gatsby",
"version": "1.0.0",
"private": true,
"description": "My Gatsby site",
"author": "Janek Biardzki",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build && cp favicon.ico public/",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "0BSD",
"dependencies": {
"@material-ui/core": "^4.11.2",
"animate-css-grid": "^1.4.3",
"autoprefixer": "^10.1.0",
"babel-plugin-styled-components": "^1.12.0",
"dotenv": "^8.2.0",
"gatsby": "^2.26.1",
"gatsby-background-image": "^1.3.1",
"gatsby-image": "^2.7.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-image": "^0.3.1",
"gatsby-plugin-intl": "^0.3.3",
"gatsby-plugin-layout": "^1.7.0",
"gatsby-plugin-postcss": "^3.3.0",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-sharp": "^2.10.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-styled-components": "^3.6.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-source-cloudinary": "^0.1.14",
"gatsby-source-filesystem": "^2.7.0",
"gatsby-transformer-remark": "^2.13.0",
"gatsby-transformer-sharp": "^2.8.0",
"gsap": "^3.5.1",
"postcss": "^8.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flip-move": "^3.0.4",
"react-flip-toolkit": "^7.0.13",
"react-grid-layout": "^1.2.0",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.31.0",
"react-shuffle": "^2.1.0",
"react-slick": "^0.27.13",
"react-stonecutter": "^0.3.10",
"slick-carousel": "^1.8.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"eslint": "^7.15.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-root-import": "^2.0.5",
"prettier": "^2.2.1"
}
}