forked from Fuukei/Sakurairo_Scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.72 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "sakurairo-scripts",
"version": "2.4.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js --progress",
"dev": "webpack --config webpack.dev.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2",
"profile": "webpack --config webpack.prof.js"
},
"keywords": [
"wordpress"
],
"contributors": [
{
"name": "KotoriK",
"url": "https://github.com/KotoriK"
},
{
"name": "bymoye",
"url": "https://github.com/bymoye"
}
],
"license": "GPL-2.0-or-later",
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@kotorik/palette": "^2.1.0",
"@mui/utils": "^5.15.7",
"@sliphua/pjax": "^2.4.0",
"activate-power-mode": "github:Fuukei/activate-power-mode",
"aplayer": "github:Fuukei/APlayer",
"baguettebox.js": "^1.11.1",
"buffer": "^6.0.3",
"change-case": "^5.4.2",
"clipboard": "^2.0.11",
"color-space": "^2.0.1",
"fg-loadcss": "^3.1.0",
"highlight.js": "^11.9.0",
"highlightjs-line-numbers.js": "^2.8.0",
"hls.js": "^1.5.3",
"idb-keyval": "^6.2.1",
"jquery": "^3.7.1",
"lazyload": "github:KotoriK/lazyload",
"lightgallery": "^2.7.2",
"lottie-web": "^5.12.2",
"mathjax": "^3.2.2",
"md5": "^2.3.0",
"nprogress": "^0.2.0",
"particles.js": "^2.0.0",
"prismjs": "^1.29.0",
"promise-worker": "^2.0.1",
"smoothscroll-for-websites": "^1.4.10",
"textarea-caret-position": "^0.1.1",
"tocbot": "^4.25.0",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/fg-loadcss": "^3.1.3",
"@types/md5": "^2.3.5",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.17",
"babel-loader": "^9.1.3",
"core-js": "^3.35.1",
"css-loader": "^6.10.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"mini-css-extract-plugin": "~2.8.0",
"postcss": "^8.4.33",
"postcss-loader": "^8.1.0",
"semver": "^7.5.4",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.90.1",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
},
"optionalDependencies": {
"conventional-changelog-cli": "^4.1.0"
},
"browserslist": [
"last 20 Chrome versions, last 6 Safari versions, last 10 Firefox versions"
],
"private": true,
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}