-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
46
47
{
"name": "modern-pomodoro",
"version": "1.0.3",
"description": "Modern Pomodoro",
"main": "index.js",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"release": "standard-version"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/buoyantair/modern-pomodoro.git"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/buoyantair/modern-pomodoro/issues"
},
"homepage": "https://gitlab.com/buoyantair/modern-pomodoro#README",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^7.6.0",
"autoprefixer": "^9.8.6",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"husky": "^1.3.1",
"postcss-preset-env": "^6.7.0",
"precss": "^3.1.2",
"standard-version": "^9.0.0"
}
}