-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.39 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.39 KB
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
55
56
57
{
"name": "Calendar",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack serve --open",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shrsin3/Calendar.git"
},
"keywords": [
"google-calendar",
"html",
"css",
"javascript",
"calendar",
"clone",
"google",
"vanilla",
"vanillajs"
],
"author": "Shree",
"license": "ISC",
"bugs": {
"url": "https://github.com/shrsin3/Calendar/issues"
},
"homepage": "https://shrsin3.github.io/Calendar",
"devDependencies": {
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"dotenv": "^16.4.5",
"file-loader": "^6.2.0",
"gh-pages": "^5.0.0",
"html-minimizer-webpack-plugin": "^4.3.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"process": "^0.11.10",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-manifest-plugin": "^5.0.0",
"webpack-nano": "^1.1.1"
},
"dependencies": {
"aws-sdk": "^2.1659.0",
"dotenv-webpack": "^8.1.0",
"get-xpath": "^3.1.0",
"mouselog": "^0.5.0"
}
}