-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.4 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
69
70
71
72
73
74
{
"name": "FBLA-Web-Dev",
"private": true,
"description": "MVHS FBLA Web Dev Team 2019-2020",
"dependencies": {
"@brainhubeu/react-carousel": "^1.12.14",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@tailwindcss/ui": "^0.1.3",
"autoprefixer": "^9.7.4",
"babel-plugin-styled-components": "^1.10.7",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"firebase": "^7.9.2",
"fuse.js": "^3.4.6",
"gatsby": "^2.19.21",
"gatsby-background-image": "^0.10.2",
"gatsby-cli": "^2.9.0",
"gatsby-image": "^2.2.41",
"gatsby-plugin-manifest": "^2.2.42",
"gatsby-plugin-nprogress": "^2.1.19",
"gatsby-plugin-offline": "^3.0.35",
"gatsby-plugin-postcss": "^2.1.20",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.1.29",
"gatsby-plugin-sharp": "^2.4.5",
"gatsby-plugin-styled-components": "^3.1.19",
"gatsby-source-filesystem": "^2.1.48",
"gatsby-transformer-sharp": "^2.3.14",
"node-sass": "^4.13.1",
"postcss-uncss": "^0.17.0",
"prop-types": "^15.7.2",
"randomcolor": "^0.5.4",
"react": "^16.13.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-bootstrap-table-next": "^3.3.5",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.0",
"react-flatpickr": "^3.10.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-reveal": "^1.2.2",
"react-select": "^3.0.8",
"react-transition-group": "^4.3.0",
"seedrandom": "^3.0.5",
"styled-components": "^5.0.1",
"uncss": "^0.17.3"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^1.19.1",
"tailwindcss": "^1.2.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0 -p 8000",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"homepage": "https://billyjacoby.github.io/gatsby-react-bootstrap-starter/"
}