-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
96 lines (96 loc) · 2.52 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "zerotohero",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-brands-svg-icons": "^5.10.2",
"@fortawesome/free-regular-svg-icons": "^5.10.2",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@vue/babel-preset-app": "^3.11.0",
"accounting": "^0.4.1",
"autoprefixer": "^9.6.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.28",
"catiline": "^2.9.3",
"core-js": "^2.6.5",
"css-percentage-circle": "^0.2.0",
"deep-equal": "^2.0.5",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"html2canvas": "^1.0.0-rc.5",
"iconv-lite": "^0.5.0",
"jquery": "^3.5.1",
"marked": "^0.7.0",
"money": "^0.2.0",
"myanmar-tools": "^1.1.3",
"node-sass": "^4.14.1",
"prettier": "^1.18.2",
"promise-worker": "^2.0.1",
"register-service-worker": "^1.6.2",
"sass-loader": "^8.0.0",
"shuffle-array": "^1.0.1",
"smartquotes": "^2.3.2",
"string-similarity": "^3.0.0",
"subtitle": "^4.1.0",
"thai-wordcut": "^0.7.7",
"tiny-segmenter": "^0.2.0",
"translate": "^1.2.1",
"transliteration": "^2.1.7",
"v-runtime-template": "^1.10.0",
"v-tooltip": "^2.0.2",
"vue": "^2.6.10",
"vue-analytics": "^5.17.2",
"vue-disqus": "^3.0.5",
"vue-drag-drop": "^1.1.4",
"vue-i18n": "^8.14.1",
"vue-meta": "^2.4.0",
"vue-observe-visibility": "^0.4.4",
"vue-router": "^3.0.3",
"vue-social-sharing": "^3.0.7",
"vuex": "^3.0.1",
"wikimedia-commons-file-path": "^1.2.0",
"wordlevel": "^1.0.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.10.0",
"@vue/cli-plugin-eslint": "^3.10.0",
"@vue/cli-plugin-pwa": "^3.11.0",
"@vue/cli-service": "^3.10.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"eslint:recommended",
"plugin:vue/essential",
"plugin:prettier/recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}