forked from ordercloud-api/oc-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
105 lines (105 loc) · 3.48 KB
/
package.json
File metadata and controls
105 lines (105 loc) · 3.48 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
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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "1.0.37",
"author": "Rob Watt <rwatt@four51.com>",
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.2",
"@mdx-js/mdx": "^1.5.3",
"@mdx-js/react": "^1.5.3",
"@reduxjs/toolkit": "^1.5.0",
"algoliasearch": "^3.35.1",
"axios": "^0.21.1",
"babel-plugin-prismjs": "^2.0.0",
"babel-preset-gatsby": "^0.2.26",
"case": "^1.6.2",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"fs": "^0.0.1-security",
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.37",
"gatsby-plugin-algolia": "^0.5.0",
"gatsby-plugin-catch-links": "^2.1.21",
"gatsby-plugin-feed": "^4.4.0",
"gatsby-plugin-google-analytics": "^2.1.36",
"gatsby-plugin-google-gtag": "^2.8.0",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-mdx": "^1.0.64",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-sitemap": "^2.2.27",
"gatsby-plugin-typescript": "^2.1.23",
"gatsby-remark-autolink-headers": "^2.1.21",
"gatsby-remark-images": "^3.1.39",
"gatsby-remark-prismjs": "^3.3.28",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-json": "^2.2.22",
"gatsby-transformer-remark": "^2.6.45",
"gatsby-transformer-sharp": "^2.3.9",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.12.0",
"react-google-recaptcha": "^2.0.1",
"react-gravatar": "^2.6.3",
"react-helmet": "^5.2.1",
"react-instantsearch-dom": "^6.1.0",
"react-loading-overlay": "^1.0.1",
"react-particles-js": "^2.7.0",
"react-redux": "^7.2.2",
"react-spinners": "^0.7.1",
"replace-special-characters": "^1.0.2",
"smooth-scroll": "^16.1.0",
"swagger-parser": "8.0.3",
"universal-cookie": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@types/lodash": "^4.14.149",
"@types/node": "^13.1.0",
"@types/reach__router": "^1.2.6",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"gatsby-plugin-typescript-checker": "^1.1.1",
"ngrok": "^3.2.7",
"prettier": "^1.19.1",
"source-map-support": "^0.5.16",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"start": "gatsby develop --open",
"build": "gatsby clean && gatsby build",
"format": "prettier --write src/**/*.{js,jsx}",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"ngrok": "ngrok http 8000",
"localnetwork": "gatsby develop -H 0.0.0.0",
"lintProject": "eslint **/*.tsx --fix && eslint **/*.ts --fix",
"eslint-check": "eslint --print-config src/pages/404.tsx | eslint-config-prettier-check"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}