-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.85 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
{
"name": "one-team-gov-dot-uk",
"version": "0.0.0",
"description": "OneTeamGov unconference website source",
"repository": "https://github.com/oneteamgov/website",
"author": "paulmsmith",
"license": "UNLICENSED",
"scripts": {
"start": "node_modules/.bin/gulp serve",
"watch": "node_modules/.bin/gulp watch",
"serve": "node_modules/.bin/gulp serve"
},
"dependencies": {
"babel-preset-es2015": "latest",
"babelify": "latest",
"bindpolyfill": "0.0.0",
"browser-sync": "latest",
"browserify": "latest",
"classlist-polyfill": "latest",
"countdown": "^2.6.0",
"del": "latest",
"es6-object-assign": "latest",
"es6-promise": "latest",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "latest",
"gulp-data": "latest",
"gulp-front-matter": "latest",
"gulp-header": "latest",
"gulp-if": "latest",
"gulp-imagemin": "latest",
"gulp-notify": "latest",
"gulp-nunjucks-render": "latest",
"gulp-pixrem": "latest",
"gulp-plumber": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"html5shiv": "^3.7.3",
"jquery": "^1.12.4",
"moment": "^2.18.1",
"moment-countdown": "0.0.3",
"run-sequence": "latest",
"sass-mq": "^3.3.2",
"vinyl-buffer": "latest",
"vinyl-source-stream": "latest",
"webfontloader": "^1.6.27"
},
"devDependencies": {
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-standard": "^3.0.1"
}
}