-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "gatsby-starter-portfolio",
"description": "Gatsby starter for portfolio",
"license": "MIT",
"version": "0.0.1",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@types/react-helmet": "^5.0.7",
"@types/react-bootstrap": "^0.32.15",
"@babel/core": "^7.1.2",
"gatsby": "^2.0.40",
"gatsby-plugin-sass": "^2.0.3",
"gatsby-plugin-typescript": "^2.0.1",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-react-svg": "2.0.0",
"gatsby-plugin-google-analytics": "^2.0.5",
"node-sass": "^4.10.0",
"axios": "^0.18.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-helmet": "^5.2.0",
"react-bootstrap": "^0.32.4",
"react-anchor-link-smooth-scroll": "^1.0.11",
"typescript": "^3.1.6",
"webpack": "^4.25.1"
},
"devDependencies": {
"babel-plugin-react-svg": "^2.1.0",
"gatsby-plugin-tslint": "^0.0.1",
"tslint": "^5.11.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^3.6.0"
}
}