This repository was archived by the owner on Oct 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.53 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
{
"name": "@practically/webpack-4-config",
"version": "0.0.1",
"description": "Base webpack 4 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-4-config"
},
"bugs": {
"url": "https://github.com/Practically/webpack-4-config/issues"
},
"scripts": {
"test": "jest"
},
"private": true,
"dependencies": {
"babel-loader": "^8.0.5",
"css-mqpacker": "^7.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^6.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"mini-css-extract-plugin": "^1.3.9",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"react-scripts": "^4.0.3",
"source-map-loader": "^1.0.0",
"terser-webpack-plugin": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^4.0.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^3.1.0"
},
"optionalDependencies": {
"css-loader": "^5.1.3",
"fork-ts-checker-webpack-plugin": "^6.1.1",
"html-webpack-plugin": "^4.0.0",
"less": "^4.1.1",
"less-loader": "^7.0.0",
"sass": "^1.32.8",
"sass-loader": "^10.0.0",
"style-loader": "^2.0.0",
"ts-loader": "^8.0.18",
"typescript": "^4.0.0"
}
}