-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
{
"name": "countdown-timer",
"version": "5.2.1",
"description": "This is a timer that can be timed semi-permanently. 半永久的に計れるカウントダウンタイマーです。",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack serve",
"watch": "webpack --watch",
"css": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/r-40021/countdown-timer.git"
},
"author": "Frog",
"license": "MIT",
"bugs": {
"url": "https://github.com/r-40021/countdown-timer/issues"
},
"homepage": "https://github.com/r-40021/countdown-timer#readme",
"devDependencies": {
"@materializecss/materialize": "^1.2.2",
"ansi-regex": "^6.1.0",
"css-loader": "^7.1.2",
"follow-redirects": ">=1.15.9",
"glob-parent": "^6.0.2",
"howler": "^2.2.4",
"mini-css-extract-plugin": "^2.9.2",
"nosleep.js": "^0.12.0",
"sass": "^1.84.0",
"sass-loader": "^16.0.4",
"set-value": "^4.1.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"push.js": "^1.0.12"
}
}