-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.97 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
{
"name": "caseville-dashboard",
"private": true,
"description": "Timeline and other data for caseville",
"version": "2.0.0",
"author": "Garrett Horn",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-icons/all-files": "^4.1.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.1.3",
"bootstrap": "^5.3.3",
"contentful-management": "^10.46.4",
"gatsby": "^5.12.3",
"gatsby-cli": "^5.12.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-plugin-styled-components": "^6.11.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-sharp": "^5.3.1",
"macros": "^0.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.4",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.0",
"react-icons": "^4.10.1",
"react-loader-spinner": "^6.1.6",
"react-open-weather": "^1.3.2",
"react-refresh": "^0.14.0",
"react-responsive-carousel": "^3.2.23",
"react-scripts": "^4.0.3",
"spinner": "^0.3.4",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"prettier": "^2.8.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}