This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.83 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
{
"name": "AbitOnline",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "npm run lint && npm run build && micro",
"dev": "micro-dev",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
},
"dependencies": {
"form-parser": "^0.1.1",
"fs-extra": "^8.0.1",
"micro": "^9.3.4",
"micro-compress": "^1.0.0",
"micro-middleware": "^0.1.0",
"microrouter": "^3.1.3",
"rrdir": "^3.1.1",
"serve-handler": "^6.0.2"
},
"devDependencies": {
"@kazupon/vue-i18n-loader": "^0.3.0",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-plugin-pwa": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"core-js": "^2.6.5",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"material-design-icons-iconfont": "^3.0.3",
"micro-dev": "^3.0.0",
"roboto-fontface": "^0.10.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue": "^2.6.10",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-flag-icon": "^1.0.6",
"vue-i18n": "^8.0.0",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vuetify": "^1.5.5",
"vuetify-loader": "^1.0.5",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/recommended",
"@vue/prettier"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}