-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.74 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
{
"name": "acozy-space",
"private": true,
"description": "My personal website",
"version": "0.1.0",
"author": "Janice Lee <[email protected]>",
"dependencies": {
"@babel/core": "^7.17.10",
"@idmyn/gatsby-remark-wiki-link": "^1.0.0",
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@tufte-markdown/parser": "^2.0.1",
"@types/react-helmet": "^6.1.2",
"babel-plugin-styled-components": "^2.0.7",
"classnames": "^2.3.1",
"gatsby": "^4.13.1",
"gatsby-plugin-canonical-urls": "^4.13.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-feed-mdx": "^1.1.0",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-offline": "^5.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-plugin-styled-components": "^5.13.0",
"gatsby-plugin-typescript": "^4.13.0",
"gatsby-remark-autolink-headers": "^5.13.0",
"gatsby-remark-copy-linked-files": "^5.13.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-katex": "^6.13.0",
"gatsby-remark-prismjs": "^6.13.0",
"gatsby-remark-responsive-iframe": "^5.13.0",
"gatsby-remark-smartypants": "^5.13.0",
"gatsby-remark-tufte": "github:zygar/gatsby-remark-tufte",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-json": "^4.13.0",
"gatsby-transformer-remark": "^5.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"gatsby-transformer-yaml": "^4.13.0",
"install": "^0.13.0",
"katex": "^0.15.3",
"npm": "^8.9.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.25.0",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-is": "^18.0.0",
"remark-wiki-link": "^1.0.4",
"styled-components": "^5.3.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"gatsby-plugin-goatcounter": "^0.4.0",
"gh-pages": "^3.2.3",
"prettier": "2.6.2",
"typescript": "^4.4.3"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yaml}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build && gh-pages -d public -b main"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}