forked from WebPurple/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.03 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
{
"name": "webpurple",
"description": "Site of front-end community - WebPurple",
"version": "2.0.0",
"dependencies": {
"babel-plugin-styled-components": "^1.5.1",
"bulma": "^0.6.0",
"can-use-dom": "^0.1.0",
"color": "^3.0.0",
"disqus-react": "^1.0.5",
"gatsby": "^1.9.213",
"gatsby-link": "^1.6.37",
"gatsby-plugin-google-analytics": "^1.0.27",
"gatsby-plugin-netlify-cms": "^1.0.9",
"gatsby-plugin-react-helmet": "^2.0.5",
"gatsby-plugin-sharp": "^1.6.34",
"gatsby-plugin-sitemap": "^1.2.22",
"gatsby-plugin-styled-components": "^2.0.11",
"gatsby-remark-images": "^1.5.50",
"gatsby-source-filesystem": "^1.5.23",
"gatsby-transformer-remark": "^1.7.33",
"gatsby-transformer-sharp": "^1.6.21",
"gatsby-transformer-yaml": "^1.5.16",
"grid-styled": "^3.2.1",
"lodash": "^4.17.5",
"lodash-webpack-plugin": "^0.11.4",
"moment": "^2.22.0",
"prop-types": "^15.6.0",
"ramda": "^0.25.0",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-facebook": "^5.0.3",
"react-helmet": "^5.2.0",
"react-masonry-component": "^6.0.2",
"react-portal": "^4.1.4",
"react-responsive": "^4.1.0",
"react-vk": "^1.1.8",
"react-yandex-metrika": "^2.3.0",
"recompose": "^0.26.0",
"styled-components": "^3.2.3",
"styled-system": "^2.2.1",
"translit": "^0.1.0",
"translit-russian": "0.0.2"
},
"keywords": [
"gatsby",
"netlify",
"react",
"frontend"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "npm run develop",
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --write \"{gatsby-*.js?,src/**/*.js,src/**/*.jsx}\"",
"prettier-ci": "prettier --list-different \"{gatsby-*.js,src/**/*.jsx}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"jsxBracketSameLine": true
},
"devDependencies": {
"prettier": "^1.7.4"
}
}