-
Notifications
You must be signed in to change notification settings - Fork 276
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "hexo-theme-archer",
"version": "1.7.0",
"versionDate": "20240720",
"description": "a smart and modern theme for Hexo",
"private": false,
"author": "fi3ework",
"homepage": "https://github.com/fi3ework/hexo-theme-archer",
"repository": {
"type": "git",
"url": "git+https://github.com/fi3ework/hexo-theme-archer.git"
},
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"dev": "gulp dev",
"build": "gulp build --option",
"build-js": "webpack --config webpack.prod.js",
"lint": "eslint --fix **/*.js",
"prettier": "prettier --write **/* --ignore-unknown && node lints/replace-ejs-tag.js"
},
"dependencies": {
"@babel/runtime": "^7.24.8",
"@fortawesome/fontawesome-free": "^5.15.4",
"algoliasearch": "^4.24.0",
"anchor-js": "^5.0.0",
"core-js": "^3.37.1",
"eventemitter3": "^5.0.1",
"graceful-fs": "^4.2.11",
"instantsearch.js": "^4.73.2",
"perfect-scrollbar": "^1.5.5",
"qrcode-generator": "^1.4.4",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/eslint-parser": "^7.24.8",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"browser-sync": "^3.0.2",
"eslint": "^8.57.0",
"eslint-config-alloy": "^5.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"gulp-postcss": "~9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.10.0"
}
}