-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.83 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
{
"name": "shop-titans-wiki",
"private": true,
"description": "The best shop titans design & craft wiki.",
"version": "2.0.0",
"author": "Skillz4Killz",
"dependencies": {
"@material-ui/core": "^4.5.0",
"@material-ui/icons": "^4.5.1",
"babel-plugin-styled-components": "^1.10.6",
"chart.js": "^2.8.0",
"gatsby": "^2.17.0",
"gatsby-cli": "^2.8.3",
"gatsby-image": "^2.2.29",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-netlify-cms": "^4.1.25",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-styled-components": "^3.1.11",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-javascript-frontmatter": "^2.1.15",
"gatsby-transformer-remark": "^2.6.30",
"gatsby-transformer-sharp": "^2.3.0",
"material-table": "^1.52.0",
"netlify-cms-app": "^2.9.7",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-sticky-footer": "^0.1.0-rc3",
"react-table": "^6.10.3",
"styled-components": "^4.4.0"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}