-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1009 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1009 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
37
38
39
40
{
"name": "senator-wp-theme",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch"
},
"author": "Hubert Osipowicz",
"license": "ISC",
"description": "Strona senator.com.pl",
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.3.3",
"file-loader": "^6.2.0",
"swiper": "^11.2.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"css-loader": "^4.2.2",
"exports-loader": "^1.1.0",
"fast-glob": "^3.2.4",
"lodash": "^4.17.20",
"mime-types": "^2.1.27",
"mini-css-extract-plugin": "^0.10.0",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"sass": "^1.70.0",
"sass-loader": "^10.0.1",
"sharp": "^0.26.0",
"tar": "^6.0.5",
"trash": "^6.1.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}