-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "wpwebpack",
"version": "1.0.0",
"description": "wp__webPack",
"author": "Giacomo Corallini - Software Engineer",
"license": "ISC",
"type": "module",
"scripts": {
"dev": "npx webpack --define-process-env-node-env development",
"build": "npx webpack --define-process-env-node-env production"
},
"dependencies": {
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"json-loader": "0.5.7"
},
"devDependencies": {
"@babel/core": "7.24.6",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.24.6",
"@babel/preset-react": "7.24.6",
"@babel/preset-typescript": "7.24.6",
"babel-core": "6.26.3",
"babel-loader": "9.1.3",
"babel-preset-env": "1.7.0",
"browser-sync": "3.0.2",
"browser-sync-webpack-plugin": "2.3.0",
"classnames": "2.5.1",
"css-loader": "7.1.2",
"html-webpack-plugin": "5.6.0",
"mini-css-extract-plugin": "2.9.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.77.4",
"sass-loader": "14.2.1",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "5.4.5",
"url-loader": "4.1.1",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
}
}