-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.19 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.19 KB
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": "aquellex.ws",
"description": "Source code for http://aquellex.ws/",
"version": "1.0.0",
"author": "Aquellex <[email protected]>",
"private": true,
"dependencies": {
"classnames": "^2.3.1",
"gatsby": "^2.32.13",
"gatsby-plugin-canonical-urls": "^2.10.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-netlify": "^2.11.1",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-nprogress": "^2.10.0",
"gatsby-plugin-react-helmet": "^3.10.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-prismjs": "^3.13.0",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-remark-smartypants": "^2.10.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-gitinfo": "^1.1.0",
"gatsby-transformer-json": "^2.11.0",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.12.1",
"git-date-extractor": "^4.0.1",
"modern-normalize": "^0.5.0",
"prismjs": "^1.27.0",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"react-konami": "^0.5.1",
"react-modal": "^3.14.4",
"react-responsive-embed": "^2.1.0",
"slug": "^0.9.4",
"start": "^5.1.0",
"stream": "^0.0.3",
"update": "^0.7.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"lint": "eslint \"src/**/*.{js,jsx}\"",
"format": "prettier --write \"src/**/*.{js,jsx,md}\"",
"test": "npm run lint"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"date-fns": "^1.30.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-compat": "^2.7.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.29.2",
"prettier": "^1.19.1",
"rimraf": "^2.7.1"
}
}