-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.63 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
{
"name": "jeffrey-tang",
"version": "1.0.0",
"private": true,
"description": "Jeffrey Tang",
"author": "Jeffrey Tang",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "yarn lint:check --fix",
"lint:check": "eslint src --ext js,jsx,ts,tsx",
"format": "yarn format:output --write",
"format:check": "yarn format:output --check",
"format:output": "prettier \"./**/*.{js,jsx,ts,tsx,css,scss,json,md}\""
},
"dependencies": {
"@babel/core": "^7.17.5",
"@reach/dialog": "^0.16.2",
"@reach/rect": "^0.16.0",
"@reach/router": "^1.3.4",
"babel-plugin-styled-components": "^2.0.3",
"gatsby": "^4.7.2",
"gatsby-plugin-google-analytics": "^4.7.0",
"gatsby-plugin-image": "^2.7.0",
"gatsby-plugin-manifest": "^4.7.0",
"gatsby-plugin-react-helmet": "^5.7.0",
"gatsby-plugin-remove-trailing-slashes": "^4.7.0",
"gatsby-plugin-sharp": "^4.7.0",
"gatsby-plugin-styled-components": "^5.7.0",
"gatsby-source-filesystem": "^4.7.0",
"gatsby-transformer-json": "^4.7.0",
"gatsby-transformer-sharp": "^4.7.0",
"intrinsic-scale": "^3.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-is": "^17.0.2",
"react-masonry-css": "^1.0.16",
"styled-components": "^5.3.3",
"water.css": "^2.1.1"
},
"devDependencies": {
"@hack4impact-uiuc/eslint-plugin": "^2.0.11",
"eslint": "^8.9.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.5.1"
}
}