-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.94 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
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
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@loadable/component": "^5.13.1",
"@tailwindcss/typography": "^0.1.2",
"@types/faker": "^4.1.12",
"@types/loadable__component": "^5.13.0",
"@types/react-map-gl": "^5.2.4",
"autoprefixer": "^9.8.4",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-gatsby": "^0.10.0",
"babel-preset-react-app": "^9.1.2",
"color-convert": "^2.0.1",
"date-fns": "^2.14.0",
"faker": "^4.1.0",
"gatsby": "^2.20.25",
"gatsby-background-image": "^1.1.1",
"gatsby-image": "^2.3.4",
"gatsby-plugin-emotion": "^5.0.0",
"gatsby-plugin-manifest": "^2.3.5",
"gatsby-plugin-mdx": "^1.2.19",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-postcss": "^2.3.6",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-typescript": "^2.4.2",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.8.20",
"gatsby-transformer-sharp": "^2.4.6",
"gatsby-transformer-yaml": "^2.4.6",
"lodash": "^4.17.15",
"pdf-creator-node": "^1.4.1",
"postcss-cli": "^7.1.1",
"prop-types": "^15.7.2",
"puppeteer": "^5.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.0.0",
"react-map-gl": "^5.2.7",
"react-responsive-embed": "^2.1.0",
"tailwindcss": "^1.3.5",
"twin.macro": "^2.0.7"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/addon-a11y": "^5.3.18",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-backgrounds": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addon-storysource": "^5.3.18",
"@storybook/addon-viewport": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"@types/react": "^17.0.0",
"babel-loader": "^8.1.0",
"prettier": "2.0.4",
"react-simple-svg-placeholder": "^1.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"gatsby-start": "gatsby develop",
"copy-static-queries": "cp -r ./public/page-data/sq/d ./public/static",
"prestorybook": "npm run copy-static-queries",
"storybook": "NODE_ENV=test start-storybook -s ./public -p 6006",
"storybook-build": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}