forked from auroral-ui/hexo-theme-aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.54 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
{
"name": "hexo-theme-aurora",
"version": "1.5.5",
"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"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"build:stage": "vue-cli-service build --mode staging",
"test:unit": "vue-cli-service test:unit --coverage",
"test:unit-watch": "vue-cli-service test:unit --watch --coverage",
"lint": "vue-cli-service lint",
"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"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.6.5",
"js-cookie": "^2.2.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.0-beta.3",
"truncate-html": "^1.0.3",
"vue": "^3.0.7",
"vue-class-component": "^8.0.0-rc.1",
"vue-i18n": "^9.0.0-rc.4",
"vue-router": "^4.0.3",
"vue3-click-away": "^1.1.0",
"vue3-lazy": "^1.0.0-alpha.1",
"vue3-scroll-spy": "^1.0.8"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/[email protected]",
"@types/jest": "^26.0.22",
"@types/js-cookie": "^2.2.6",
"@types/node": "^15.0.0",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-service": "^4.5.11",
"@vue/compiler-sfc": "^3.0.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^9",
"eslint": "^7.19.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"hexo-pagination": "^1.0.0",
"hexo-util": "^2.4.0",
"js-yaml": "^4.0.0",
"node-sass": "^5.0.0",
"postcss": "^7",
"prettier": "^2.2.1",
"runjs": "^4.4.2",
"sass-loader": "^10.1.1",
"script-ext-html-webpack-plugin": "^2.1.5",
"svg-sprite-loader": "^5.2.1",
"svgo": "^1.3.2",
"tailwindcss": "npm:@tailwindcss/[email protected]",
"typescript": "~4.1.5",
"vue-jest": "^5.0.0-0"
}
}