-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "kalendario",
"author": {
"name": "Roman Vesely",
"url": "https://romanvesely.com",
"email": "[email protected]"
},
"homepage": "https://github.com/crazko/kalendario",
"private": true,
"scripts": {
"start": "webpack -w --mode=development",
"dev": "webpack --mode=development",
"build": "webpack --mode=production",
"clean": "rm -rf dist"
},
"dependencies": {
"@types/chrome": "0.0.83",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/gapi.client.calendar": "^3.0.0",
"@types/node": "^12.7.1",
"@types/webpack": "^4.32.1",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"dotenv": "^8.0.0",
"prettier": "^2.0.2",
"redux": "^4.0.4",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^5.3.3",
"ts-node": "^8.3.0",
"typescript": "^3.8.3",
"webpack": "^4.29.0",
"webpack-chrome-extension-reloader": "^1.0.0",
"webpack-cli": "^3.2.1"
}
}