-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.31 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
{
"name": "hashlog",
"private": true,
"dependencies": {
"@mdi/font": "^6.6.96",
"@rails/webpacker": "5.4.3",
"axios": "^0.26.1",
"dayjs": "^1.11.0",
"material-icons": "^1.10.8",
"sanitize-html": "^2.7.0",
"vee-validate": "^3.4.14",
"vue": "^2.6.14",
"vue-analytics": "^5.22.1",
"vue-loader": "^15.9.8",
"vue-router": "^3.5.3",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.10",
"vuex": "^3.1.3",
"webpack": "^4.46.0",
"yarn": "^1.22.18",
"webpack-cli": "^4.9.2"
},
"version": "1.0.0",
"description": "Hashlogは、ハッシュタグを登録するだけであなたの継続を可視化する、Twitter連携型 学習記録サービスです。学習の振り返り、頑張りの可視化、ツイートのポートフォリオ化ができます。",
"main": "index.js",
"repository": "git@github.com:aiandrox/hashlog.git",
"author": "Aiandrox <aiandrox7@gmail.com>",
"license": "MIT",
"devDependencies": {
"@webpack-cli/serve": "^1.6.1",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-plugin-vue-libs": "^4.0.0",
"eslint-webpack-plugin": "^3.1.1",
"vue-eslint-parser": "^8.3.0",
"webpack-dev-server": "^4.7.4"
},
"scripts": {
"lint": "yarn run eslint --ext .vue --ext .js app/javascript"
}
}