-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "leaf",
"version": "1.0.0",
"description": "![LEAF](libs/dynicons/svg/LEAF-logo.svg)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VHAINNOVATIONS/LEAF.git"
},
"author": "VA",
"license": "MIT",
"bugs": {
"url": "https://github.com/VHAINNOVATIONS/LEAF/issues"
},
"homepage": "https://github.com/VHAINNOVATIONS/LEAF#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"cssnano": "^4.1.10",
"fibers": "^4.0.2",
"gulp-rename": "^2.0.0",
"path": "^0.12.7",
"postcss-sort-media-queries": "^1.4.23"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"postcss-csso": "^4.0.0",
"sass": "^1.26.3",
"uswds": "^2.6.0",
"uswds-gulp": "github:uswds/uswds-gulp"
}
}