forked from taniarascia/taniarascia.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "taniarascia.com",
"private": true,
"version": "3.0.0",
"description": "Personal website running on Gatsby, React, and Node.js.",
"author": "Tania Rascia",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^2.24.73",
"gatsby-image": "^2.4.21",
"gatsby-plugin-feed": "^2.5.14",
"gatsby-plugin-local-search": "^2.0.0",
"gatsby-plugin-netlify": "^2.3.17",
"gatsby-plugin-react-helmet": "^3.3.14",
"gatsby-plugin-sharp": "2.6.40",
"gatsby-remark-autolink-headers": "^2.3.15",
"gatsby-remark-images": "^3.3.33",
"gatsby-remark-prismjs": "^3.5.16",
"gatsby-source-filesystem": "^2.3.34",
"gatsby-transformer-remark": "^2.8.38",
"gatsby-transformer-sharp": "^2.5.17",
"http-server": "^0.12.3",
"prismjs": "^1.22.0",
"query-string": "^6.13.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-use-flexsearch": "^0.1.1"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-react-app": "^5.2.1",
"gatsby-plugin-manifest": "^2.4.30"
},
"repository": {
"type": "git",
"url": "https://github.com/taniarascia/taniarascia.com"
},
"resolutions": {
"gatsby-react-router-scroll": "3.0.3"
}
}