forked from TYPO3GmbH/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 748 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 748 Bytes
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
{
"name": "t3g-blog",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"devDependencies": {
"autoprefixer": "^10.4.2",
"css-loader": "^6.6.0",
"mini-css-extract-plugin": "^2.5.3",
"node-sass": "^7.0.1",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": "^6.2.1",
"sass-loader": "^12.6.0",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-fix-style-only-entries": "^0.6.1"
},
"dependencies": {
"datatables.net": "^1.11.5",
"datatables.net-bs": "^1.11.5"
}
}