-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.89 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
{
"name": "arabic-historical-dictionary",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-rc.1",
"axiom": "^0.1.6",
"axios": "^0.21.1",
"chart.js": "^2.7.3",
"distinct-colors": "^1.0.4",
"element-ui": "^2.4.11",
"lodash": "^4.17.11",
"material-design-icons-iconfont": "^3.0.3",
"roboto-fontface": "*",
"vue": "^2.5.17",
"vue-chartist": "^2.2.0",
"vue-chartjs": "^3.4.0",
"vue-i18n": "^8.4.0",
"vue-loader": "^15.4.2",
"vue-router": "^3.0.2",
"vue2-dropzone": "^3.5.2",
"vuetify": "^1.4.0",
"vuex": "^3.0.1",
"yaml-loader": "^0.5.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.5.0",
"@kazupon/vue-i18n-loader": "^0.3.0",
"@mdi/font": "^3.0.39",
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/cli-plugin-unit-jest": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.26",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"css-loader": "^1.0.1",
"eslint": "^5.9.0",
"eslint-plugin-vue": "^5.0.0-beta.5",
"font-awesome": "^4.7.0",
"lint-staged": "^7.2.2",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.5.17"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}