-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (91 loc) · 2.69 KB
/
package.json
File metadata and controls
92 lines (91 loc) · 2.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "belighted-website",
"private": true,
"description": "belighted website",
"license": "MIT",
"version": "0.1.0",
"author": "belighted",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"dev": "gatsby develop",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "gatsby develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"forestry-preview": "gatsby develop -p 8080 -H 0.0.0.0",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@farbenmeer/react-spring-slider": "^1.1.1",
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"axios": "^0.19.2",
"buttono": "^1.0.2",
"classnames": "^2.2.6",
"css-loader": "^3.6.0",
"del": "^5.1.0",
"download": "^8.0.0",
"file-type": "^14.3.0",
"find-in-files": "^0.5.0",
"gatsby": "^2.21.12",
"gatsby-image": "^2.4.1",
"gatsby-plugin-feed": "^2.5.1",
"gatsby-plugin-mdx": "^1.2.6",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.1",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-remark-images": "^3.3.1",
"gatsby-remark-normalize-paths": "^1.0.0",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-source-rss-feed": "^1.2.0",
"gatsby-transformer-remark": "^2.8.6",
"gatsby-transformer-sharp": "^2.5.1",
"gatsby-transformer-yaml": "^2.4.1",
"got": "^11.1.0",
"inuitcss": "^6.0.0",
"jsdom": "^16.2.2",
"json-to-pretty-yaml": "^1.2.2",
"modularscale-sass": "^3.0.10",
"moment": "^2.25.3",
"nanoid": "^3.1.4",
"node-readability": "^3.0.0",
"node-sass": "^4.14.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^5.2.1",
"react-hubspot-form": "^1.3.7",
"recursive-readdir": "^2.2.2",
"sanitize-html": "^1.22.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.2.1",
"turndown": "^6.0.0",
"uuid": "^7.0.3",
"xml2js": "^0.4.23",
"yaml": "^1.9.2"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/preset-scss": "^1.0.2",
"babel-loader": "^8.1.0",
"prettier": "^1.18.2"
},
"keywords": [
"gatsby",
"forestry"
],
"repository": {
"type": "git",
"url": "https://github.com/forestryio/brevifolia-gatsby-forestry"
}
}