forked from victrme/Bonjourr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 944 Bytes
/
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
{
"name": "bonjourr",
"version": "1.14.1",
"description": "iOS styled startpage",
"main": "src/scripts/script.js",
"scripts": {
"chrome": "gulp chrome",
"firefox": "gulp firefox",
"online": "gulp online",
"build": "gulp build",
"scss": "sass --watch src/styles/scss/style.scss src/styles/style.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/victrme/Bonjourr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/victrme/Bonjourr/issues"
},
"homepage": "https://bonjourr.fr",
"devDependencies": {
"sass": "^1.52.3",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0"
},
"pnpm": {
"overrides": {
"micromatch": "^4.0.5",
"fsevents": "^2.3.2",
"chokidar": "^3.5.3",
"glob-parent": "^6.0.2"
}
}
}