-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.58 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.58 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@practically/webpack-config",
"version": "1.1.0",
"description": "Base webpack config",
"main": "index.js",
"author": {
"name": "Ade Attwood",
"email": "ade@practically.io",
"url": "https://practically.io"
},
"repository": {
"type": "git",
"url": "https://github.com/Practically/webpack-config"
},
"bugs": {
"url": "https://github.com/Practically/webpack-config/issues"
},
"scripts": {
"test": "jest"
},
"engines": {
"node": ">= 14.0.0"
},
"dependencies": {
"babel-loader": "^9.1.3",
"babel-preset-react-app": "^10.0.0",
"css-loader": "^6.2.0",
"css-minimizer-webpack-plugin": "^5.0.0",
"css-mqpacker": "^7.0.0",
"mini-css-extract-plugin": "^2.2.0",
"postcss": "^8.3.6",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^7.0.0",
"postcss-preset-env": "^9.1.1",
"sass": "^1.32.8",
"sass-loader": "^13.0.0",
"source-map-loader": "^4.0.0",
"style-loader": "^3.2.1",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.50.0",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "^4.1.0",
"webpack-manifest-plugin": "^5.0.0"
},
"optionalDependencies": {
"fork-ts-checker-webpack-plugin": "^9.0.0",
"html-webpack-plugin": "^5.3.2",
"less": "^4.1.1",
"less-loader": "^11.0.0",
"ts-loader": "^9.2.5",
"typescript": "^5.0.2"
},
"devDependencies": {
"jest": "^29.5.0"
}
}