forked from vstanyshevskyy/vpershe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "vpershe",
"description": "Vpershe social project",
"version": "1.0.0",
"author": "Vpershe <[email protected]>",
"keywords": [
"vpershe",
"social education platform"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"dependencies": {
"classnames": "^2.2.5",
"fetch": "^1.1.0",
"gatsby": "^1.9.270",
"gatsby-link": "^1.6.39",
"gatsby-paginate": "^1.0.16",
"gatsby-plugin-google-tagmanager": "^1.0.19",
"gatsby-plugin-less": "^1.1.8",
"gatsby-plugin-netlify-cms": "^1.0.12",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-source-filesystem": "^1.5.27",
"gatsby-transformer-remark": "^1.7.39",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.7",
"react-slick": "^0.23.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"babel-eslint": "^8.2.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^5.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.15.0-rc.13",
"prettier": "^1.11.1"
}
}