-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 929 Bytes
/
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
{
"name": "forminator-theme-styles",
"version": "1.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
"watch": "webpack --config ./build/webpack-watch.config.js --watch",
"create-dev-bundle": "webpack --config ./build/webpack-watch.config.js",
"dist": "webpack --config ./build/webpack-dist.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"@ucd-lib/theme-sass": "^5.0.16",
"breakpoint-sass": "^3.0.0",
"normalize-scss": "^7.0.1",
"sass-burger": "^1.3.1"
},
"devDependencies": {
"@ucd-lib/cork-app-build": "^0.4.2",
"css-loader": "^6.7.3",
"eslint-plugin-jsdoc": "^39.6.8",
"fs-extra": "^11.1.0",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
}
}