forked from suncoast-devs/legacy-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "suncoast-io",
"private": true,
"description": "Suncoast Developers Guild website",
"author": "Jason L Perry <[email protected]>",
"license": "MIT",
"scripts": {
"start": "gulp serve",
"build": "gulp build",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "https://github.com/suncoast-devs/suncoast-io.git"
},
"homepage": "https://wwww.suncoast.io",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.3.13",
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.2.3",
"glob": "^7.0.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.1",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-file-include": "^0.13.7",
"gulp-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-istanbul": "^0.10.3",
"gulp-jscs": "^3.0.0",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylint": "^3.0.0",
"gulp-uglify": "^1.5.1",
"gulp-useref": "^3.0.4",
"gulp-util": "^3.0.7",
"lazypipe": "^1.0.1",
"marked": "^0.3.5",
"postcss-cssnext": "^2.5.2",
"postcss-normalize": "^0.2.0",
"postcss-use": "2.0.2",
"stylelint": "^5.2.1",
"stylelint-config-standard": "^4.0.1",
"vinyl-source-stream": "^1.1.0",
"wiredep": "^4.0.0"
}
}