-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 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
{
"name": "@kyryloorlov/stalin",
"private": true,
"description": "A website showcasing Stalin's rule in the USSR.",
"version": "0.1.0",
"author": "Kyrylo Orlov <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^3.2.1",
"gatsby-background-image": "^1.5.1",
"gatsby-image": "^3.3.0",
"gatsby-plugin-gatsby-cloud": "^2.2.0",
"gatsby-plugin-google-gtag": "^3.4.0",
"gatsby-plugin-image": "^1.2.1",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-offline": "^4.2.0",
"gatsby-plugin-preload-fonts": "^2.3.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^3.2.1",
"gatsby-plugin-sitemap": "^3.3.0",
"gatsby-plugin-styled-components": "^4.3.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^3.2.0",
"gatsby-transformer-sharp": "^3.2.0",
"gsap": "^3.6.1",
"intersection-observer": "^0.12.0",
"locomotive-scroll": "^4.1.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"styled-components": "^5.2.3",
"terser": "4.8.0"
},
"devDependencies": {
"prettier": "2.2.1"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/kyryloren/stalin"
},
"bugs": {
"url": "https://github.com/kyryloren/stalin/issues"
}
}