-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.47 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.47 KB
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
{
"name": "craftproducts-website",
"private": true,
"description": "Tools for crafting innovative products",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"gatsby": "^2.21.0",
"gatsby-plugin-anchor-links": "^1.1.1",
"gatsby-plugin-react-helmet": "^3.3.0",
"gatsby-plugin-smoothscroll": "^1.1.0",
"react": "^16.13.1",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-image-lightbox": "^5.1.1",
"react-scrollspy": "^3.4.2",
"react-slick": "^0.25.2",
"slick-carousel": "^1.8.1",
"typeface-montserrat": "0.0.75",
"typeface-open-sans": "0.0.75"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"prettier": "2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/CraftProducts/website"
},
"bugs": {
"url": "https://github.com/CraftProducts/website/issues"
}
}