This repository was archived by the owner on Jan 12, 2022. It is now read-only.
generated from gatsbyjs/gatsby-starter-blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.05 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.05 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "sheila-leon",
"private": true,
"description": "Personal website of Sheila Leon",
"version": "0.2.0",
"author": "Sheila L <sheilaleon.au@gmail.com>",
"bugs": {
"url": "https://github.com/sheilaleon/sheilaleon.tech/issues"
},
"dependencies": {
"@reach/router": "^1.3.4",
"@tailwindcss/typography": "^0.2.0",
"framer-motion": "^2.9.3",
"gatsby": "^2.24.47",
"gatsby-image": "^2.4.16",
"gatsby-plugin-catch-links": "^2.3.11",
"gatsby-plugin-feed": "^2.5.11",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-offline": "^3.2.23",
"gatsby-plugin-postcss": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-typography": "^2.5.10",
"gatsby-remark-copy-linked-files": "^2.3.12",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.3.25",
"gatsby-remark-prismjs": "^3.5.10",
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-remark-smartypants": "^2.3.10",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-remark": "^2.8.28",
"gatsby-transformer-sharp": "^2.5.13",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"recoil": "0.0.13",
"social-logos": "^2.1.2",
"tailwindcss": "^1.9.5"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@storybook/addon-actions": "^6.0.16",
"@storybook/addon-links": "^6.0.16",
"@storybook/addons": "^6.0.16",
"@storybook/react": "^6.0.16",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"eslint": "^7.7.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-html": "^6.0.3",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"gatsby-plugin-simple-analytics": "^1.0.3",
"prettier": "^2.0.5",
"storybook-addon-paddings": "^2.0.2"
},
"homepage": "https://sheilaleon.tech",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/sheilaleon/sheilaleon.tech.git"
},
"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",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
}
}