-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nfront-website",
"private": true,
"description": "nFront Ventures",
"version": "1.0.0",
"author": "Magnus Gaarder",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@svgr/webpack": "^4.3.3",
"dotenv": "^8.2.0",
"formik": "^1.5.8",
"gatsby": "^2.21.21",
"gatsby-awesome-pagination": "^0.3.5",
"gatsby-background-image": "^0.8.19",
"gatsby-cli": "^2.12.36",
"gatsby-image": "^2.4.3",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-robots-txt": "^1.6.8",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-styled-components": "^3.3.1",
"gatsby-plugin-svgr": "^2.0.1",
"gatsby-plugin-typography": "^2.5.1",
"gatsby-source-contentful": "^2.3.3",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-transformer-remark": "^2.8.13",
"gatsby-transformer-sharp": "^2.5.2",
"node-sass": "^4.14.1",
"prop-types": "^15.6.2",
"re-carousel": "^2.4.0",
"react": "^16.13.1",
"react-anchor-link-smooth-scroll": "^1.0.11",
"react-collapsible": "^2.7.0",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.0",
"react-reveal": "^1.2.2",
"react-scrollspy": "^3.4.2",
"react-slick": "^0.28.1",
"react-typography": "^0.16.19",
"slick-carousel": "^1.8.1",
"styled-components": "^4.4.1",
"typography": "^0.16.19",
"typography-theme-sutro": "^0.16.19",
"webpack": "^4.43.0",
"yup": "^0.27.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "npm run dev",
"format": "prettier --write \"src/**/*.js\"",
"clean": "rm -rf .cache && rm -rf public"
},
"devDependencies": {
"prettier": "^1.19.1"
}
}