-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.67 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
101
102
103
104
105
106
107
108
109
110
111
112
{
"version": "1.0.1",
"name": "demirdelic.com",
"description": "Website of software developer Demir Delic",
"main": "n/a",
"scripts": {
"develop": "yarn clean && gatsby develop",
"build": "yarn clean && gatsby build",
"deploy": "yarn clean && gatsby build --prefix-paths",
"clean": "rimraf .cache public",
"flow": "flow",
"lint:js": "eslint --cache --ext .js,.jsx .",
"lint:scss": "stylelint \"src/**/*.scss\"",
"lint": "concurrently \"yarn lint:js\" \"yarn lint:scss\" \"yarn flow\"",
"test": "jest --config ./jest/jest-config.js",
"test:coverage": "jest --coverage --config ./jest/jest-config.js",
"test:watch": "jest --watch --config ./jest/jest-config.js"
},
"repository": "git+https://github.com/demir-delic/demirdelic.com.git",
"author": "Demir Delic <demir.delic@gmail.com>",
"license": "MIT",
"keywords": [
"gatsby",
"graphql",
"netlify",
"prismjs",
"static",
"blog",
"react"
],
"dependencies": {
"@sentry/gatsby": "^6.11.0",
"@sentry/tracing": "^6.11.0",
"bluebird": "^3.7.2",
"classnames": "^2.3.1",
"codecov": "^3.8.3",
"gatsby": "^2.32.13",
"gatsby-link": "^2.11.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-feed": "^2.13.1",
"gatsby-plugin-flow": "^1.10.0",
"gatsby-plugin-google-gtag": "^2.8.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cms": "^4.10.1",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-optimize-svgs": "^1.0.5",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^2.14.4",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.11.1",
"gatsby-remark-katex": "^3.10.0",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-remark-smartypants": "^2.10.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.12.1",
"invariant": "^2.2.4",
"katex": "^0.15.2",
"lodash": "^4.17.21",
"netlify-cms-app": "^2.15.63",
"node-sass": "^7.0.0",
"normalize-scss": "^7.0.1",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-disqus-comments": "^1.4.0",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@babel/preset-env": "7.15.8",
"@babel/preset-react": "7.14.5",
"autoprefixer": "9.8.8",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.6.3",
"babel-preset-gatsby": "0.12.3",
"browserslist": "4.16.8",
"concurrently": "6.2.2",
"eslint": "7.26.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jest": "24.3.7",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.2",
"eslint-watch": "7.0.0",
"flow-bin": "^0.133.0",
"flow-typed": "^3.3.1",
"gh-pages": "3.2.3",
"identity-obj-proxy": "3.0.0",
"jest": "26.6.3",
"jest-cli": "26.6.3",
"lost": "8.3.1",
"postcss-pxtorem": "5.1.1",
"react-test-renderer": "17.0.2",
"rimraf": "3.0.2",
"sass": "^1.42.1",
"stylelint": "13.13.1",
"stylelint-config-recommended-scss": "4.3.0",
"stylelint-scss": "4.1.0"
}
}