-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
41
{
"name": "karyawp",
"version": "0.1.1",
"description": "A WordPress starter theme framework",
"main": "index.js",
"scripts": {
"build": "webpack build --mode=production",
"watch": "webpack build --watch",
"dist-clean": "node src/build/clean.js",
"dist-build": "node src/build/build.js"
},
"repository": {
"type": "git",
"url": "https://github.com/adityathok/karyawp"
},
"keywords": [
"wordpress"
],
"author": "adityathok",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.17",
"css-loader": "^6.9.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"del": "^6.0.0",
"mini-css-extract-plugin": "^2.7.7",
"postcss-loader": "^8.0.0",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"zip-dir": "^2.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.2"
}
}