-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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": "timer",
"description": "A simple, beautiful meeting timer",
"version": "0.1.0",
"license": "GPL-3.0",
"repository": "https://github.com/Michael-1/timer",
"homepage": "https://timer.pizza",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {
"mithril": "^2.0.3",
"ms": "^2.1.2"
},
"devDependencies": {
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.3.1",
"eslint": "^8.7.0",
"eslint-plugin-mithril": "^0.1.1",
"favicons": "^7.0.2",
"favicons-webpack-plugin": "^6.0.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.0",
"sass": "^1.56.2",
"sass-loader": "^13.2.0",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"webpack-merge": "^4.2.2"
},
"browserslist": "cover 96%"
}