-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "plugins-repository",
"description": "A Gatsby, Github, GraphQL & Netlify all-in one plugin repository.",
"version": "0.0.1",
"author": "Will Gladstone <[email protected]>",
"repository": "https://gitlab.com/turinproject/plugins-repository",
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.2.1",
"dotenv": "^6.2.0",
"file-system": "^2.2.2",
"font-awesome": "^4.7.0",
"gatsby": "^2.5.6",
"gatsby-image": "2.0.19",
"gatsby-plugin-catch-links": "2.0.6",
"gatsby-plugin-lodash": "3.0.2",
"gatsby-plugin-manifest": "2.0.7",
"gatsby-plugin-netlify-cms": "3.0.6",
"gatsby-plugin-nprogress": "2.0.6",
"gatsby-plugin-react-helmet": "3.0.1",
"gatsby-plugin-sass": "2.0.3",
"gatsby-plugin-sitemap": "2.0.2",
"gatsby-remark-autolink-headers": "2.0.10",
"gatsby-remark-copy-linked-files": "2.0.6",
"gatsby-remark-prismjs": "3.0.3",
"gatsby-remark-responsive-iframe": "2.0.6",
"gatsby-source-filesystem": "^2.0.36",
"gatsby-source-graphql": "^2.0.18",
"gatsby-transformer-remark": "2.1.11",
"immutable": "^3.8.1",
"lodash": "^4.17.19",
"moment": "^2.22.2",
"netlify-cms": "^2.9.1",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"prismjs": "^1.16.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-md": "^1.11.0",
"react-share": "^2.4.0",
"react-star-ratings": "^2.3.0",
"redux": "^3.7.2",
"slate": "^0.44.13",
"slate-react": "^0.21.24",
"url-join": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"braces": "^2.3.1",
"cli-glob": "^0.1.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.13.0",
"gatsby-plugin-offline": "2.0.12",
"gatsby-plugin-root-import": "^2.0.5",
"gh-pages": "^2.0.1",
"graphql-tools": "^3.0.4",
"install-peers": "^1.0.3",
"netlify-cms-backend-test": "^2.2.2",
"prettier": "^1.17.1",
"remark-cli": "^6.0.1",
"remark-preset-lint-recommended": "^3.0.1",
"stylefmt": "^6.0.3",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.3.0",
"uglifyjs-webpack-plugin": "^2.1.3",
"write-good": "^0.13.1"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^0.13.2 || ^14.0.0 || ^14.1.1 || ^14.2.1 || ^14.3.0"
},
"resolutions": {
"graphql": "^14.3.0"
},
"keywords": [
"avogadro"
],
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"build": "gatsby build",
"build:pp": "gatsby build --prefix-paths",
"clean": "rm -rf public && rm -rf .cache",
"lint:js": "eslint --ext .js,.jsx .",
"lint:md": "remark content/plugins/",
"write-good": "write-good $(glob 'content/plugins/**/*.md')",
"format:js": "prettier '**/*.{js,jsx}' --write"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}