-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
44 lines (44 loc) · 1.22 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
{
"name": "spring-doc-resources",
"description": "Spring Documentation Resources",
"version": "0.2.0",
"repository": "https://github.com/spring-io/spring-doc-resources",
"license": "Apache-2.0",
"devDependencies": {
"autoprefixer": "^10.4.2",
"browser-pack-flat": "^3.4.2",
"browserify": "^17.0.0",
"cssnano": "^5.0.16",
"eslint": "^7.20.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
"gulp": "^4.0.2",
"gulp-buffer": "^0.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-eslint7": "^0.3.0",
"gulp-header": "^2.0.9",
"gulp-postcss": "^9.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-tap": "^2.0.0",
"gulp-terser": "^2.0.1",
"gulplog": "^1.0.0",
"highlight.js": "^10.6.0",
"lodash": "^4.17.21",
"postcss": "^8.2.6",
"postcss-import": "^14.0.0",
"prettier": "2.5.1",
"stylelint": "^13.0.0",
"stylelint-config-standard": "^20.0.0"
},
"scripts": {
"build": "gulp build --output $npm_config_output",
"dev": "gulp dev",
"format": "prettier --write .",
"checkFormat": "prettier --check ."
},
"dependencies": {
"fontawesome-4.7": "^4.7.0"
}
}