-
Notifications
You must be signed in to change notification settings - Fork 539
/
package.json
47 lines (47 loc) · 1.33 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
{
"name": "taniarascia.com",
"private": true,
"version": "6.0.0",
"description": "Tania Rascia's personal website.",
"author": "Tania Rascia",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/taniarascia/taniarascia.com"
},
"dependencies": {
"gatsby": "^3.12.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^3.12.0",
"gatsby-plugin-layout": "^2.12.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-netlify": "^3.12.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-images": "^5.9.0",
"gatsby-remark-prismjs": "^5.9.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-remark": "^4.9.0",
"gatsby-transformer-sharp": "^3.12.0",
"prismjs": "^1.24.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-use-flexsearch": "^0.1.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-react-app": "^6.0.0",
"gatsby-plugin-manifest": "^3.12.0",
"postcss": "^8.3.6"
}
}