-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "ed.je",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack",
"icons": "run-func icons.js getFavicon src/assets/data dist/img/",
"start": "webpack-dev-server --config ./webpack.config.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"run-func": "^1.0.5",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2",
"node-forge": ">=1.0.0"
},
"dependencies": {
"@beyonk/google-fonts-webpack-plugin": "^1.7.0",
"@wordpress/hooks": "^3.2.2",
"bootstrap": "^5.1.3",
"jquery": "^3.6.0",
"jquery-bridget": "^3.0.1",
"lodash-es": "^4.17.21",
"masonry-layout": "^4.2.2",
"popper.js": "^1.16.0",
"tippy.js": "^6.3.7",
"fs-extra": "^9.0.1",
"got": "^11.5.0",
"node-dir": "^0.1.17"
}
}