-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.39 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
{
"name": "IRIS",
"version": "0.5.3",
"private": false,
"homepage": "https://iris.ae.illinois.edu",
"dependencies": {
"gatsby": "^2.18.22",
"gatsby-image": "^2.2.16",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^2.2.38",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.6",
"gatsby-plugin-sharp": "^2.2.19",
"gatsby-source-filesystem": "^2.1.21",
"gatsby-transformer-remark": "^2.6.21",
"gatsby-transformer-sharp": "^2.2.13",
"gh-pages": "^2.1.1",
"moment": "^2.24.0",
"netlify-cms-app": "^2.11.1",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-error-overlay": "^6.0.1",
"react-helmet": "^5.2.1",
"react-lazy-load": "^3.0.13",
"react-markdown": "^4.1.0",
"sass-loader": "^7.3.1",
"webpack": "4.39.1"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"format": "prettier --write \"src/**/*.{js,jsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"predeploy": "yarn build --prefix-paths",
"deploy": "gh-pages -d public",
"commit": "yarn format && git add . && git commit && git push"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"eslint": "^6.2.2",
"eslint-config-google": "^0.13.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-react": "^7.13.0",
"prettier": "^1.18.2"
}
}