-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
45 lines (45 loc) · 1.4 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
{
"name": "another-portfolio",
"version": "1.0.0",
"repository": "[email protected]:bashleigh/another-portfolio.git",
"author": "Aaryanna Simonelli <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/node": "^14.14.21",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"prettier": "^2.2.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@octokit/core": "^3.2.5",
"bulma": "^0.9.1",
"gatsby": "^2.30.3",
"gatsby-image": "^2.9.0",
"gatsby-plugin-google-gtag": "^2.7.0",
"gatsby-plugin-react-helmet": "^3.9.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^3.0.0",
"gatsby-plugin-sharp": "^2.12.2",
"gatsby-plugin-typescript": "^2.10.0",
"gatsby-source-filesystem": "^2.9.1",
"gatsby-transformer-sharp": "^2.10.1",
"node-sass": "^5.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.17.0",
"react-swipeable": "^6.0.1",
"shleemy": "^1.2.2",
"typescript": "^4.1.3"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"dev": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\""
}
}