-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.76 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
50
51
52
53
54
55
56
57
{
"name": "andrew-portfolio",
"description": "Portfolio website with Bootstrap 4, Styled Components, Slick Carousel, React Icons, React Headroom, etc",
"version": "1.0.0",
"author": "grayic",
"dependencies": {
"@n8tb1t/use-scroll-position": "^1.0.43",
"aos": "^3.0.0-beta.6",
"babel-plugin-styled-components": "^1.10.6",
"bootstrap": "^4.3.1",
"dotenv": "^8.1.0",
"gatsby": "^2.15.30",
"gatsby-image": "^2.2.39",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-sharp": "^2.4.4",
"gatsby-plugin-styled-components": "^3.1.13",
"gatsby-source-filesystem": "^2.1.38",
"gatsby-transformer-remark": "^2.6.49",
"gatsby-transformer-sharp": "^2.3.13",
"google-map-react": "^1.1.7",
"lodash": "^4.17.15",
"polished": "^3.4.2",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.15",
"react-countdown": "^2.2.1",
"react-dom": "^16.10.2",
"react-headroom": "^3.0.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.8.0",
"react-masonry-component": "^6.2.1",
"react-player": "^2.0.1",
"react-scroll": "^1.8.1",
"react-select": "^3.1.0",
"react-slick": "^0.25.2",
"sass": "^1.29.0",
"slick-carousel": "^1.8.1",
"styled-components": "^4.4.1",
"styled-system": "^5.1.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "yarn develop",
"build": "gatsby clean && gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\""
},
"devDependencies": {
"prettier": "^1.17.0"
}
}