-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 677 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 677 Bytes
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
{
"devDependencies": {
"eslint": "^5.12.1",
"gulp": "^4.0.0",
"gulp-eslint": "^5.0.0",
"gulp-stylelint": "^8.0.0",
"stylelint": "^9.10.1"
},
"dependencies": {
"bootstrap": "^4.2.1",
"fork-awesome": "^1.1.5",
"jquery": "^3.3.1",
"popper.js": "^1.14.6",
"webl10n": "^1.0.0"
},
"assets": [
"bootstrap/dist/css/bootstrap.min.css",
"bootstrap/dist/js/bootstrap.min.js",
"fork-awesome/css/fork-awesome.min.css",
"fork-awesome/fonts/*",
"jquery/dist/jquery.min.js",
"popper.js/dist/umd/popper.min.js",
"webl10n/l10n.js"
]
}