This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.5 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
{
"name": "pisheplus-blog",
"private": true,
"description": "pisheplus blog",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"prettier": "prettier --write \"**/*.+(js|jsx)\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"axios": "^0.19.2",
"gatsby": "^2.20.25",
"gatsby-image": "^2.3.4",
"gatsby-plugin-feed": "^2.4.3",
"gatsby-plugin-google-analytics": "^2.2.4",
"gatsby-plugin-google-tagmanager": "^2.2.3",
"gatsby-plugin-manifest": "^2.3.5",
"gatsby-plugin-no-sourcemaps": "^2.2.0",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-postcss": "^2.2.3",
"gatsby-plugin-preact": "^3.2.3",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.3.5",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-source-multi-api": "^1.0.5",
"gatsby-source-rest-api": "^0.2.3",
"gatsby-transformer-sharp": "^2.4.6",
"postcss-browser-reporter": "^0.6.0",
"postcss-prefixer": "^2.1.2",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^6.0.1",
"preact": "^10.4.0",
"prop-types": "^15.7.2",
"rc-pagination": "^2.2.0",
"react": "^16.12.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-id-swiper": "^3.0.0",
"react-masonry-component": "^6.2.1",
"react-masonry-css": "^1.0.14",
"react-perfect-scrollbar": "^1.5.8",
"react-share": "^4.2.1",
"swiper": "^5.3.7"
},
"devDependencies": {
"autoprefixer": "^9.7.6",
"postcss": "^7.0.27",
"postcss-cli": "^7.1.0",
"prettier": "2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/nightwolf-041/pisheyar-blog"
},
"browserslist": [
"> 2%",
"not dead",
"last 2 versions",
"Firefox ESR"
]
}