forked from AdoptOpenJDK/openjdk-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "AdoptOpenJDK_website",
"repository": "https://github.com/AdoptOpenJDK/openjdk-website",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"start": "gulp",
"json-validate": "gulp json-validate",
"lint": "eslint src/**/*.js",
"lint-fix": "npm run lint --- --fix",
"test": "npm run lint && npm run json-validate"
},
"author": "Joe Brady",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"ajv": "^6.10.2",
"babelify": "^10.0.0",
"base64-img": "^1.0.4",
"browser-sync-client": "^2.26.6",
"browser-sync": "^2.26.7",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"eslint": "^6.4.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-hash": "^4.2.2",
"gulp-imagemin": "^6.1.0",
"gulp-inject": "^5.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sitemap": "^7.5.0",
"gulp-uglify": "3.0.2",
"mocha": "^6.2.0",
"node-sass": "^4.12.0",
"open": "^6.4.0",
"plugin-error": "^1.0.1",
"run-sequence": "^2.2.1",
"util": "^0.12.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@babel/polyfill": "^7.6.0"
}
}