-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.64 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
{
"name": "megeto",
"private": true,
"description": "Template for a school website with Gatsby and WordPress",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn develop",
"serve": "gatsby serve"
},
"dependencies": {
"@material-ui/core": "^4.0.2",
"@material-ui/icons": "^4.0.1",
"@svgr/webpack": "^4.3.0",
"@types/d3-dsv": "^1.0.36",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"classnames": "^2.2.6",
"d3-dsv": "^1.1.1",
"gatsby": "^2.8.6",
"gatsby-plugin-google-analytics": "^2.0.21",
"gatsby-plugin-layout": "^1.0.15",
"gatsby-plugin-material-ui": "^2.0.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-typescript": "^2.0.15",
"gatsby-source-filesystem": "^2.0.39",
"gatsby-source-wordpress": "^3.0.64",
"gatsby-transformer-json": "^2.1.11",
"lodash-es": "^4.17.11",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"sanitize-html": "^1.20.1"
},
"devDependencies": {
"@testing-library/react": "^8.0.1",
"@types/classnames": "^2.2.8",
"@types/jest": "^24.0.13",
"@types/react-helmet": "^5.0.8",
"dotenv": "^8.0.0",
"jest": "^24.8.0",
"jest-dom": "^3.5.0",
"prettier": "^1.18.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kayKayEhnn/typescript-react-redux-boilerplate.git"
}
}