-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.16 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
{
"name": "gatsby-theme-oddessay",
"description": "Paul Bennett-Freeman's Gatsby Theme",
"version": "1.1.0",
"author": "Paul Bennett-Freeman <[email protected]>",
"dependencies": {
"@babel/core": "7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-docs": "^5.3.19",
"@storybook/addon-info": "5.3.19",
"@storybook/react": "^5.3.19",
"@types/node": "14.0.13",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "6.0.0",
"babel-loader": "^8.1.0",
"babel-plugin-react-docgen": "^4.1.0",
"babel-plugin-remove-graphql-queries": "^2.9.5",
"babel-preset-react-app": "9.1.2",
"gatsby": "2.23.3",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.4.7",
"gatsby-link": "2.4.6",
"gatsby-plugin-postcss": "2.3.4",
"gatsby-plugin-react-helmet": "3.3.4",
"gatsby-plugin-sharp": "^2.6.11",
"gatsby-plugin-typescript": "2.4.6",
"gatsby-source-filesystem": "^2.3.11",
"gatsby-source-strapi": "0.0.12",
"gatsby-transformer-sharp": "^2.5.5",
"gatsby-transformer-typescript-css-modules": "1.0.14",
"react": "16.13.1",
"react-docgen-typescript-loader": "3.7.2",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-remarkable": "^1.1.3",
"tailwindcss": "1.4.6",
"typeface-lato": "^0.0.75",
"typeface-oswald": "^1.1.4",
"typescript": "3.9.5"
},
"keywords": [
"gatsby, typescript, oddessay"
],
"main": "n/a",
"scripts": {
"develop": "gatsby develop",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"storybook": "NODE_ENV=production start-storybook -s ./public -p 6006 --ci",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./postinstall.sh"
},
"devDependencies": {
"prettier": "2.0.5"
}
}