-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 KB
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
{
"name": "findlab.github.io",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "cpx \"node_modules/hexo-theme-next/**/*\" themes/next && vue-cli-service build && hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"serve": "hexo server",
"serve:draft": "hexo server --draft",
"vue-build": "vue-cli-service build",
"vue-serve": "vue-cli-service serve"
},
"hexo": {
"version": "4.2.0"
},
"dependencies": {
"core-js": "^3.4.4",
"hexo": "^4.0.0",
"hexo-author": "^1.1.2",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.2.0",
"hexo-generator-index": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-next-coauthor": "theme-next/hexo-next-coauthor",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-kramed": "^0.1.4",
"hexo-renderer-stylus": "^1.1.0",
"hexo-server": "^1.0.0",
"hexo-theme-next": "theme-next/hexo-theme-next",
"vue": "^2.6.11",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0"
},
"devDependencies": {
"@k-l-lambda/web-widgets": "^0.2.7",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-eslint": "^10.0.3",
"cpx": "^1.5.0",
"echarts": "^4.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-shell": "^0.8.0",
"lodash": "^4.17.15",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.0",
"typescript": "~3.5.3",
"v-charts": "^1.19.0",
"vue-template-compiler": "^2.6.10"
}
}