forked from cracrayol/kaichronicles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.85 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
46
47
48
49
50
51
52
53
54
{
"name": "kaichronicles",
"displayName": "Kai Chronicles",
"version": "1.18",
"repository": {
"type": "git",
"url": "https://github.com/tonib/kaichronicles.git"
},
"license": "MIT",
"devDependencies": {
"@types/bootstrap": "^3.3.42",
"@types/fs-extra": "^9.0.13",
"@types/he": "^1.2.3",
"@types/jest": "^29.5.12",
"@types/jquery": "^3.5.14",
"@types/selenium-webdriver": "4.1.22",
"@types/toastr": "^2.1.43",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"dompurify": "^3.1.7",
"eslint": "^9.9.1",
"fs-extra": "^10.1.0",
"he": "^1.2.0",
"jest": "^29.7.0",
"jest-ctrf-json-reporter": "^0.0.9",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.7.1",
"klaw-sync": "^6.0.0",
"pdf-lib": "^1.17.1",
"preprocess": "^3.2.0",
"selenium-webdriver": "^4.1.2",
"simple-git": "^3.7.1",
"striptags": "^3.2.0",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.2.5",
"ts-loader": "^9.3.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"workbox-webpack-plugin": "^7.1.0",
"workbox-window": "^7.1.0"
},
"scripts": {
"predownloaddata": "tsc src/ts/scripts/downloadProjectAonData.ts --lib es5 --target es5 --outdir src/js",
"downloaddata": "node src/js/scripts/downloadProjectAonData.js",
"serve": "webpack serve --config webpack.config.js",
"lint": "eslint -c .eslintrc.js --ext .ts src",
"test": "jest",
"predist": "webpack --config webpack.config.js",
"dist": "node scripts/prepareVersion.js"
}
}