forked from nicohery/hummingbird-child
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "hummingbird-child",
"version": "1.0.0",
"description": "Minimal Hummingbird child theme starter for PrestaShop 9 (wrapper pattern)",
"engines": {
"node": ">= 20"
},
"scripts": {
"build": "webpack --progress --mode=production",
"watch": "webpack --progress --watch --mode=development"
},
"author": "Nico H",
"license": "AFL-3.0",
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"esbuild-loader": "^4.3.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"sass": "^1.89.0",
"sass-loader": "^16.0.2",
"typescript": "~5.5.4",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@fontsource/inter": "^5.1.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.3",
"events": "^3.3.0",
"material-design-icons-iconfont": "^6.7.0",
"nouislider": "^15.8.1",
"sprintf-js": "^1.1.3",
"wnumb": "^1.2.0"
}
}