-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.5 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
48
49
50
51
52
53
54
{
"name": "WhaleLovesPomodoro",
"version": "1.0.0",
"description": "The fancy timer about Pomodoro technique for help you to improve your concentration",
"repository": {
"type": "git",
"url": "https://github.com/dlehdanakf/WhaleLovesPomodoro.git"
},
"main": "background.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production --module-bind js=babel-loader",
"start": "webpack-dev-server --mode development --open"
},
"keywords": [
"tomato",
"pomodoro",
"timer",
"React",
"whale",
"extension"
],
"author": "DongHyun LEE",
"email": "[email protected]",
"url": "https://github.com/dlehdanakf",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.10.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.0"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"chrome-extension-async": "^3.3.2",
"domain-match": "^1.0.0",
"react-countup": "^4.0.0"
}
}