-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.48 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@kanopi/pack",
"description": "Pre-packaged Webpack 5 configuration with extendable configuration to coordinate loaders and rules for common web stacks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanopi/kanopi-pack.git"
},
"keywords": [
"Webpack",
"SCSS",
"Javascript",
"Typescript",
"Gutenberg",
"Automation"
],
"author": "Kanopi Studios, Inc.",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/kanopi/kanopi-pack/issues"
},
"homepage": "https://github.com/kanopi/kanopi-pack#readme",
"engines": {
"node": ">=22",
"npm": ">=10"
},
"dependencies": {
"@babel/core": "~7.25.2",
"@babel/eslint-parser": "~7.25.1",
"@babel/preset-env": "~7.25.3",
"@babel/preset-react": "~7.24.7",
"@typescript-eslint/eslint-plugin": "~8.1.0",
"@typescript-eslint/parser": "~8.1.0",
"assets-webpack-plugin": "github:kanopi/assets-webpack-plugin",
"babel-loader": "~9.1.3",
"chalk": "4.1.2",
"clean-webpack-plugin": "~4.0.0",
"commander": "~12.1.0",
"core-js": "~3.38.0",
"css-hot-loader": "~1.4.4",
"css-loader": "~7.1.2",
"css-minimizer-webpack-plugin": "~7.0.0",
"dotenv-webpack": "~8.1.0",
"eslint": "~8.57.0",
"eslint-webpack-plugin": "~4.2.0",
"file-loader": "~6.2.0",
"glob": "~11.0.0",
"mini-css-extract-plugin": "~2.9.0",
"mini-svg-data-uri": "^1.4.4",
"pkg-dir": "~8.0.0",
"postcss": "~8.4.41",
"postcss-custom-media": "~11.0.0",
"postcss-custom-selectors": "~8.0.0",
"postcss-import": "~16.1.0",
"postcss-import-ext-glob": "~2.1.1",
"postcss-loader": "~8.1.1",
"postcss-mixins": "~10.0.1",
"postcss-nested": "~6.2.0",
"postcss-preset-env": "~10.0.1",
"postcss-scss": "~4.0.9",
"postcss-url": "~10.1.3",
"sass": "~1.77.8",
"sass-loader": "~16.0.0",
"style-loader": "~4.0.0",
"style-resources-loader": "~1.5.0",
"stylelint": "~16.8.1",
"stylelint-config-property-sort-order-smacss": "~10.0.0",
"stylelint-order": "~6.0.4",
"stylelint-webpack-plugin": "~5.0.1",
"terser-webpack-plugin": "~5.3.10",
"ts-loader": "~9.5.1",
"tslib": "~2.6.3",
"typescript": "~5.5.4",
"webpack": "~5.90.3.0",
"webpack-cli": "~5.1.4",
"webpack-dev-server": "~5.0.4",
"webpack-merge": "~6.0.1"
},
"bin": {
"kanopi-pack": "./bin/kanopi-pack.js"
}
}