This repository has been archived by the owner on Oct 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 3.14 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "php-inspections-ea-ultimate",
"version": "0.1.0",
"private": true,
"description": "Kalessil Php Inspections (EA Ultimate)",
"keywords": [
"gatsby"
],
"bugs": {
"url": "https://github.com/azdanov/php-inspections-ea-ultimate/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/azdanov/php-inspections-ea-ultimate"
},
"license": "MIT",
"author": "Anton Zdanov <[email protected]>",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.js",
"serve": "gatsby serve",
"start": "npm run develop",
"test": "jest"
},
"dependencies": {
"@sindresorhus/slugify": "0.9.1",
"babel-plugin-styled-components": "1.10.0",
"babel-plugin-tailwind-components": "0.5.10",
"classnames": "2.2.6",
"dotenv": "7.0.0",
"gatsby": "2.3.33",
"gatsby-image": "2.0.40",
"gatsby-paginate": "1.0.17",
"gatsby-plugin-advanced-sitemap": "1.0.4",
"gatsby-plugin-favicon": "3.1.6",
"gatsby-plugin-lodash": "3.0.5",
"gatsby-plugin-netlify": "2.0.15",
"gatsby-plugin-netlify-cache": "1.1.0",
"gatsby-plugin-netlify-cms": "3.0.18",
"gatsby-plugin-netlify-cms-paths": "1.2.1",
"gatsby-plugin-offline": "2.0.25",
"gatsby-plugin-postcss": "2.0.7",
"gatsby-plugin-prefetch-google-fonts": "1.4.2",
"gatsby-plugin-purgecss": "3.1.1",
"gatsby-plugin-react-helmet": "3.0.12",
"gatsby-plugin-sass": "2.0.11",
"gatsby-plugin-sharp": "2.0.35",
"gatsby-plugin-styled-components": "3.0.7",
"gatsby-remark-copy-linked-files": "2.0.12",
"gatsby-remark-images": "3.0.11",
"gatsby-remark-relative-images": "0.2.2",
"gatsby-source-filesystem": "2.0.32",
"gatsby-source-graphql": "2.0.18",
"gatsby-transformer-remark": "2.3.12",
"gatsby-transformer-sharp": "2.1.18",
"html-to-react": "1.3.4",
"lodash": "4.17.11",
"netlify-cms": "2.9.1",
"node-sass": "4.12.0",
"polished": "3.2.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-helmet": "5.2.0",
"react-syntax-highlighter": "10.2.1",
"remark": "10.0.1",
"remark-autolink-headings": "5.2.0",
"remark-html": "9.0.0",
"remark-slug": "5.1.1",
"styled-components": "4.2.0",
"styled-icons": "7.11.0",
"tailwind.macro": "1.0.0-alpha.2",
"tailwindcss": "^1.0.0-beta.7"
},
"devDependencies": {
"babel-jest": "24.7.1",
"babel-preset-gatsby": "0.1.11",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.2.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jest": "22.5.1",
"eslint-plugin-jsdoc": "4.8.3",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-lodash": "5.1.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-hooks": "1.6.0",
"eslint-plugin-unicorn": "8.0.2",
"identity-obj-proxy": "3.0.0",
"jest": "24.7.1",
"jest-dom": "3.1.3",
"prettier": "1.17.0",
"react-test-renderer": "16.8.6",
"react-testing-library": "7.0.0"
}
}