-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
70 lines (70 loc) · 2.13 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
{
"name": "vpershe",
"description": "Vpershe social project",
"version": "1.0.0",
"author": "Vitaliy Stanyshevskyy <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/vstanyshevskyy/vpershe"
},
"keywords": [
"vpershe",
"social education platform"
],
"license": "MIT",
"scripts": {
"build-serve": "gatsby build && gatsby serve",
"build": "gatsby build",
"develop": "gatsby develop",
"info": "gatsby info --clipboard",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"dependencies": {
"classnames": "^2.3.1",
"fetch": "^1.1.0",
"gatsby": "^3.13.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-tagmanager": "^3.13.0",
"gatsby-plugin-layout": "^2.13.0",
"gatsby-plugin-less": "^5.13.0",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-netlify-cms": "^5.13.0",
"gatsby-plugin-offline": "^4.13.0",
"gatsby-plugin-react-helmet": "^4.13.0",
"gatsby-plugin-robots-txt": "^1.6.10",
"gatsby-plugin-sharp": "^3.13.0",
"gatsby-plugin-sitemap": "3.3.0",
"gatsby-remark-images": "^5.10.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-responsive-iframe": "^5.0.0",
"gatsby-source-filesystem": "^3.13.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^3.13.0",
"less": "^4.1.1",
"moment": "^2.29.1",
"netlify-cms": "^2.10.160",
"netlify-cms-app": "^2.15.40",
"netlify-cms-locales": "^1.35.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"husky": "^7.0.2",
"prettier": "^2.3.2"
}
}