-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.61 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
{
"name": "ehpanda-website",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint",
"build": "NODE_OPTIONS='--openssl-legacy-provider' vue-cli-service build --skip-plugins @vue/cli-plugin-eslint",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^3.0.0-3",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"autoprefixer": "^9",
"core-js": "^3.6.5",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"vue": "^3.0.0",
"vue-i18n": "^9.1.6",
"vue-loader": "^16.2.0"
},
"devDependencies": {
"@intlify/vue-i18n-loader": "^2.1.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "^4.5.15",
"@vue/compiler-sfc": "^3.0.11",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"vue-cli-plugin-i18n": "~2.1.0",
"vue-cli-plugin-tailwind": "~2.0.6"
},
"eslintConfig": {
"root": false,
"env": {
"node": false
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}