forked from metroline/metroline-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.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
{
"name": "@metroline/docs",
"private": true,
"description": "Documentation of Metroline (https://metroline.io), a Continuous Integration and Delivery platform build with Docker, Node, React, Socket.io and D3.",
"version": "1.0.0",
"author": "Charlie Bravo <[email protected]>",
"dependencies": {
"@svgr/webpack": "^5.2.0",
"ackee-tracker": "^4.0.2",
"algoliasearch": "^4.3.0",
"bulma": "^0.9.0",
"chunk-text": "^1.0.5",
"classnames": "^2.2.6",
"framer-motion": "^1.11.0",
"gatsby": "^2.21.11",
"gatsby-alias-imports": "^1.0.4",
"gatsby-image": "^2.3.0",
"gatsby-plugin-algolia": "^0.11.1",
"gatsby-plugin-manifest": "^2.2.48",
"gatsby-plugin-offline": "^3.1.0",
"gatsby-plugin-react-helmet": "^3.2.0",
"gatsby-plugin-sass": "^2.2.0",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-svgr-svgo": "^1.0.10",
"gatsby-remark-autolink-headers": "^2.3.5",
"gatsby-remark-images": "^3.3.10",
"gatsby-remark-prismjs": "^3.5.3",
"gatsby-source-filesystem": "^2.2.1",
"gatsby-transformer-remark": "^2.8.14",
"gatsby-transformer-sharp": "^2.3.15",
"ink": "^2.7.1",
"node-sass": "^4.13.1",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-clipboard.js": "^2.0.16",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^6.6.0",
"react-media": "^1.10.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"lodash": "^4.17.20",
"prettier": "^1.19.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean"
}
}