-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
42 lines (42 loc) · 1.17 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
{
"name": "personal-portfolio-v2",
"version": "1.0.0",
"description": "A showcase of my projects",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"repository": {
"type": "git",
"url": "https://github.com/maribelduran/personal-portfolio-v2.git"
},
"author": "Maribel Duran",
"dependencies": {
"ajv": "^6.10.2",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"font-awesome": "^4.7.0",
"gatsby": "^1.9.279",
"gatsby-image": "^1.0.55",
"gatsby-link": "^1.6.46",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-manifest": "^1.0.27",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sharp": "^1.6.48",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-sharp": "^1.6.27",
"jquery": "^3.4.1",
"react": "^16.12.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-scrollchor": "^5.1.0",
"react-scrollspy": "^3.4.2",
"reactstrap": "^6.5.0",
"unist-util-select": "^1.5.0",
"webpack": "^1.15.0"
}
}