-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 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
{
"name": "jerrytimer",
"version": "1.1.0",
"description": "No ads, an online timer created by Jerrylum, better than online-stopwatch.com",
"main": "compile.js",
"scripts": {
"compile": "node compile.js",
"upload": "git checkout master && git subtree split --prefix dist -b gh-pages && git push -f origin gh-pages:gh-pages && git branch -D gh-pages"
},
"keywords": [
"timer",
"tool"
],
"author": "Jerrylum",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/plugin-transform-typeof-symbol": "^7.8.4",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"mini-css-extract-plugin": "^1.3.0",
"minify-html-webpack-plugin": "^1.1.3",
"ncp": "^2.0.0",
"webpack-cli": "^4.1.0"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"extend": "^3.0.2",
"minimist": "^1.2.5",
"terser-folder": "^2.0.0",
"webpack": "^5.3.2"
}
}