-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.92 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
{
"name": "thewebfor5",
"private": true,
"description": "A website that simplifies web topics",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "mocha"
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^2.18.11",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-google-analytics": "^2.1.17",
"gatsby-plugin-gtag": "^1.0.11",
"gatsby-plugin-manifest": "^2.2.22",
"gatsby-plugin-netlify-cms": "^4.1.33",
"gatsby-plugin-offline": "^3.0.15",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.2.10",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-remark-autolink-headers": "^2.3.1",
"gatsby-remark-images": "^3.2.5",
"gatsby-remark-liquid-tags": "^1.1.6",
"gatsby-remark-prismjs": "^3.3.27",
"gatsby-source-filesystem": "^2.1.42",
"gatsby-transformer-remark": "^2.6.42",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.13.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.12.13",
"@types/styled-components": "^5.1.7",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-gatsby": "^0.12.0",
"chai": "^4.2.0",
"ghooks": "^2.0.4",
"mocha": "^8.0.1",
"prettier": "^1.18.2"
},
"config": {
"ghooks": {
"pre-commit": "npm run test"
}
},
"repository": {
"type": "git",
"url": "https://github.com/dillionmegida/thewebfor5"
},
"bugs": {
"url": "https://github.com/dillionmegida/thewebfor5/issues"
}
}