-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "bolt-boilerplate-shato-theme",
"version": "1.0.0",
"description": "Boilerplate theme for Bolt CMS, built with webpack",
"main": "index.twig",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clear": "npx rimraf dist",
"prepare": "node scripts/prepare.mjs",
"build": "npm run format && npm run clear && npx webpack --config ./config/webpack.config.js --mode production",
"build:dev": "npm run format && npm run clear && npx webpack --config ./config/webpack.config.js",
"format": "eslint --format stylish ./src --fix"
},
"keywords": [
"Bolt",
"CMS",
"Webpack",
"theme",
"responsive",
"bulma",
"paralax",
"eslint",
"scss",
"boilerplate"
],
"type": "module",
"author": "Jakub Satnik <[email protected]>",
"license": "MIT",
"devDependencies": {
"@creativebulma/bulma-divider": "^1.1.0",
"browser-sync": "^3.0.2",
"chalk": "^5.3.0",
"copy-webpack-plugin": "^12.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"file-loader": "^6.0.2",
"google-fonts-webpack-plugin": "^0.4.4",
"handlebars": "^4.7.8",
"html-loader": "^5.0.0",
"mini-css-extract-plugin": "^2.9.0",
"prettier": "3.3.0",
"resolve-url-loader": "^5.0.0",
"rimraf": "^5.0.7",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"style-loader": "^4.0.0",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-format-messages": "^3.0.1",
"webpack-merge": "^5.10.0",
"yaml": "^2.4.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bulma": "^0.9.4",
"bulma-carousel": "^4.0.24",
"bulma-pricingtable": "^0.2.0",
"fslightbox": "^3.3.0-2",
"in-view": "^0.6.1"
}
}