-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 934 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 934 Bytes
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
{
"repository": {
"type": "git",
"url": "https://github.com/sitecrafting/groot"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-loader": "^8.2.3",
"css-loader": "^3.2.0",
"css-minimizer-webpack-plugin": "^3.3.0",
"glob": "^7.1.4",
"less": "^4.1.3",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "2.4.5",
"webpack": "5.76.3",
"webpack-cli": "4.9.1"
},
"license": "MIT",
"dependencies": {
"@wordpress/dependency-extraction-webpack-plugin": "^4.24.0",
"fitvids.1.1.0": "^1.1.0",
"magnific-popup": "^1.1.0",
"swiper": "^9.3.2",
"throttle-debounce": "^5.0.0",
"webpack-manifest-plugin": "^5.0.0"
},
"scripts": {
"dev": "webpack --mode=development",
"dev:watch": "webpack --mode=development --watch",
"build": "webpack --mode=production"
}
}