-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "hanako-wp",
"version": "1.6.5",
"description": "A basic wordpress template based on Timber/Twig and Hanako ts framework.",
"homepage": "https://github.com/harkle/hanako-wp",
"bugs": {
"url": "https://github.com/harkle/hanako-wp/issues"
},
"main": "index.js",
"scripts": {
"webpack": "webpack --watch"
},
"author": {
"name": "Lionel Tardy",
"email": "lionel.tardy@me.com",
"url": "https://github.com/harkle"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"event-hooks-webpack-plugin": "^2.3.0",
"glob": "^11.0.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"sass": "^1.83.4",
"sass-loader": "^16.0.4",
"stylelint": "^16.13.2",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-order": "^6.0.4",
"ts-loader": "^9.5.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"browserslist": [
"defaults",
"not ie < 11",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
],
"dependencies": {
"@types/bootstrap": "^5.2.10",
"bootstrap": "^5.3.3",
"hanako-ts": "^1.2.7"
}
}