-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
{
"name": "dol-match-bracket",
"version": "0.0.6",
"description": "",
"main": "dist/bracket.min.js",
"scripts": {
"test": "npx playwright test",
"dev": "gulp dev",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chanwoong528/dol-match-bracket.git"
},
"keywords": [
"match-bracket",
"bracket",
"tournament-bracket",
"dol-match-bracket"
],
"author": "Chanwoong",
"license": "ISC",
"bugs": {
"url": "https://github.com/chanwoong528/dol-match-bracket/issues"
},
"homepage": "https://github.com/chanwoong528/dol-match-bracket#readme",
"devDependencies": {
"@playwright/test": "^1.38.1",
"@types/node": "^20.6.5",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"@babel/preset-env": "^7.22.10",
"babel-core": "^6.26.3",
"gulp-clean": "^0.4.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-webserver": "^0.9.1",
"sass": "^1.66.1"
}
}