forked from auroral-ui/hexo-theme-aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.17 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
{
"name": "hexo-theme-aurora",
"version": "0.0.0-semantic-release",
"description": "Futuristic auroral theme for Hexo.",
"author": "Benny Guo <[email protected]>",
"license": "MIT",
"repository": "https://github.com/auroral-ui/hexo-theme-aurora",
"keywords": [
"hexo",
"hexo-theme",
"aurora",
"auroral-ui",
"blog"
],
"files": [
"data/**",
"layout/**",
"public/**",
"source/**"
],
"scripts": {
"serve": "vite",
"build": "vite build --mode production",
"postbuild": "cat source/",
"lint": "eslint --ext .js,.vue .",
"preview": "vite preview",
"env:local": "node ./build/scripts/config-script.js local",
"env:prod": "node ./build/scripts/config-script.js prod",
"env:pub": "node ./build/scripts/config-script.js publish",
"prepare": "husky install"
},
"dependencies": {
"axios": "^1.4.0",
"js-cookie": "^3.0.5",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "2.1.4",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-rc.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.2",
"vue3-click-away": "^1.2.4",
"vue3-lazyload": "^0.3.6",
"vue3-scroll-spy": "^1.0.8"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/jest": "^29.5.2",
"@types/js-cookie": "^3.0.3",
"@types/node": "^20.3.2",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.0",
"autoprefixer": "^10.4.14",
"eslint": "8",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "9",
"husky": "^8.0.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"runjs": "^4.4.2",
"sass": "^1.63.6",
"script-ext-html-webpack-plugin": "^2.1.5",
"semantic-release": "^21.0.6",
"tailwindcss": "3.3.2",
"typescript": "~5.1.5",
"vite": "^4.3.9",
"vite-plugin-html-transformer": "^4.0.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-jest": "^3.0.7"
}
}