-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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
{
"name": "ashers-personal-site",
"private": false,
"description": "Personal website of Asher Lim Zhi Rong",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"No tests here! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@reach/router": "^1.3.4",
"focus-visible": "^5.2.0",
"gatsby": "^2.26.1",
"gatsby-image": "^2.4.21",
"gatsby-plugin-emotion": "^4.3.14",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-layout": "^1.6.0",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-remark-prismjs": "^3.6.0",
"gatsby-source-filesystem": "^2.3.37",
"gatsby-transformer-json": "^2.7.0",
"gatsby-transformer-remark": "^2.9.2",
"gatsby-transformer-sharp": "^2.5.21",
"prismjs": "^1.22.0",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-spring": "^9.0.0-rc.3",
"use-sound": "^2.0.1"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0",
"prettier": "2.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/asherLZR/personal-website"
}
}