-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "SweetAlert2Mod",
"version": "1.0.0",
"description": "SweetAlert2Mod",
"private": true,
"scripts": {
"ts:w": "tsc -w -p ./src_boot/tsconfig.json",
"ts:src:w": "tsc -w -p ./src/tsconfig.json",
"webpack:w": "webpack -w -c ./webpack.config.js",
"======================": "",
"build:ts": "tsc -p ./src_boot/tsconfig.json",
"build:src:ts": "tsc -p ./src/tsconfig.json",
"build:webpack": "webpack -c ./webpack.config.js"
},
"packageManager": "[email protected]",
"dependencies": {
"@sweetalert2/themes": "^5.0.15",
"json5": "^2.2.3",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"sweetalert2": "^11.7.32"
},
"devDependencies": {
"@types/jquery": "^3.5.19",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.0",
"@webpack-cli/generators": "^3.0.7",
"bootstrap": "^5.3.1",
"css-loader": "^6.8.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"html-webpack-plugin": "^5.5.3",
"nodemon": "^3.0.1",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"ts-mixer": "^6.0.3",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}