-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.35 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.35 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
{
"name": "carbon",
"version": "1.0.0",
"description": "hugo theme",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack"
},
"repository": "https://Raphaww@github.com/Revenatium/carbon.git",
"author": "Raphael Isidro Rodríguez <raphaww@gmail.com>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.11",
"@fortawesome/fontawesome-free": "^5.7.2",
"assets-webpack-plugin": "^3.9.7",
"babel-loader": "^8.2.2",
"bootstrap": "^4.3.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"exports-loader": "^0.7.0",
"file-loader": "^3.0.1",
"imports-loader": "^0.8.0",
"jquery": "^3.6.0",
"jquery-countdown": "^2.2.0",
"mini-css-extract-plugin": "^0.9.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"popper.js": "^1.14.7",
"sass": "^1.62.1",
"sass-loader": "7.2.0",
"sticky-sidebar": "^3.3.1",
"style-loader": "^0.23.1",
"swiper": "^11.2.4",
"terser-webpack-plugin": "^1.2.3",
"webpack": "^4.25.1",
"webpack-cli": "^3.2.3",
"webpack-shell-plugin": "^0.5.0"
},
"resolutions": {
"minimatch": "3.1.2"
}
}