-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "weeshin",
"private": true,
"description": "personal site for weeshin",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"axios": "^0.27.2",
"dompurify": "^2.3.8",
"gatsby": "^4.23.0",
"gatsby-plugin-image": "^2.23.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-mdx": "^3.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sharp": "^4.13.0",
"gatsby-plugin-styled-components": "^5.14.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-source-filesystem": "^4.13.0",
"gatsby-transformer-sharp": "^4.13.0",
"mdx-embed": "^1.0.0",
"parse-numeric-range": "^1.3.0",
"prism-react-renderer": "^1.3.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"styled-components": "^5.3.5",
"terser": "^5.13.1",
"use-sound": "^4.0.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.0.7",
"prettier": "^2.6.2"
},
"babelMacros": {
"styledComponents": {
"pure": true
}
}
}