-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 985 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "nlb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"develop": "gulp",
"build": "gulp dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@netlify/plugin-csp-nonce": "^1.6.2",
"bootstrap": "^5.1.3",
"gulp-cssnano": "^2.1.3",
"gulp4-run-sequence": "^0.4.0",
"jquery": "^3.6.0",
"sass": "^1.43.5"
},
"devDependencies": {
"browser-sync": "^3.0.4",
"del": "^5.0.0",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssbeautify": "^1.0.1",
"gulp-plumber": "^1.2.0",
"gulp-pretty-html": "^2.0.10",
"gulp-real-favicon": "^0.3.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^3.1.6",
"gulp-watch": "^4.2.4",
"run-sequence": "^2.2.1"
}
}