forked from linode/developers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.39 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
{
"name": "linode-developers",
"private": true,
"description": "The Linode Developers site",
"version": "0.1.0",
"author": "Alban Bailly <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.2.1",
"@types/react": ">=16",
"axios": "^0.21.2",
"crypto": "^1.0.1",
"gatsby": "^2.32.13",
"gatsby-cli": "^3.14.2",
"gatsby-image": "^2.0.29",
"gatsby-plugin-catch-links": "^2.1.2",
"gatsby-plugin-google-tagmanager": "^2.1.9",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-netlify-cms": "^4.0.1",
"gatsby-plugin-offline": "^2.0.22",
"gatsby-plugin-postcss": "^2.0.5",
"gatsby-plugin-purgecss": "^3.1.0",
"gatsby-plugin-react-helmet": "^3.0.6",
"gatsby-plugin-react-svg": "^2.0.0",
"gatsby-plugin-sharp": "^2.13.0",
"gatsby-source-filesystem": "^2.0.1-rc.6",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.11.0",
"json-schema-ref-parser": "^6.1.0",
"netlify-cms-app": ">=2.9.1",
"netlify-cms-widget-inline-select": ">=1.3.1",
"postcss-easy-import": "^3.0.0",
"prismjs": ">=1.27.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-clipboard.js": "^2.0.7",
"react-dom": "^16.7.0",
"react-ga": "^3.1.2",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.8",
"react-select": "^2.4.2",
"react-syntax-highlighter": "^10.2.1",
"react-tabs": "^3.0.0",
"swagger-parser": "^6.0.5",
"tailwindcss": "^0.7.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"browserslist": [
"last 2 version",
"> 2%"
],
"scripts": {
"build": "./getDependencies.sh && gatsby build && node search/buildIndex.js",
"develop": "./develop.sh",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/linode/developers"
},
"bugs": {
"url": "https://github.com/linode/developers/issues"
},
"devDependencies": {
"algoliasearch": "^3.33.0",
"dotenv": "^8.0.0",
"lodash": "^4.17.21",
"md5": "^2.2.1",
"prismjs": ">=1.27.0",
"randomstring": "^1.1.5",
"yamljs": "^0.3.0"
},
"resolutions": {
"minimist": "^1.2.4"
}
}