This repository was archived by the owner on Jul 10, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.6 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.6 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
{
"name": "fbxdevs.github.io",
"version": "0.0.0",
"description": "The website for the Fairbanks Developers Group.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://www.github.com/fbxdevs/fbxdevs.github.io"
},
"keywords": [
"blank",
"react",
"reactjs",
"react",
"app"
],
"author": "fbxdevs",
"license": "MIT",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-tree-shaking": "^1.0.2",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.6.1",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-eslint": "^4.0.2",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^3.0.0",
"open": "0.0.5",
"react": "^15.5.4",
"react-bootstrap": "^0.32.1",
"react-dom": "^15.5.4",
"react-toolbox": "^2.0.0-beta.12",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.3",
"@fortawesome/fontawesome-free-brands": "^5.0.6",
"@fortawesome/fontawesome-free-solid": "^5.0.6",
"@fortawesome/react-fontawesome": "0.0.17",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2"
}
}