-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.14 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
{
"name": "Lapikud",
"version": "0.1.0",
"private": true,
"description": "Lapikud website",
"scripts": {
"build": "vue-cli-service build",
"lint": "npx eslint ./src --fix",
"dev": "vue-cli-service serve --open"
},
"dependencies": {
"@yeger/vue-masonry-wall": "^2.2.3",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"dotenv": "^8.2.0",
"json-loader": "^0.5.7",
"leaflet": "^1.7.1",
"node-sass": "^5.0.0",
"postcss": "^8.0.0",
"sass": "^1.38.2",
"sass-loader": "^10.1.1",
"vue": "^3.2.4",
"vue-axios": "^3.2.4",
"vue-cli-plugin-yaml": "^1.0.2",
"vue-masonry-gallery": "^1.1.1",
"vue-material-design-icons": "^4.12.1",
"vue-router": "^4.0.0-0",
"vue-slick-carousel": "^1.0.6",
"vuex": "^4.0.0-0",
"vuex-router-sync": "^5.0.0",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@vue-leaflet/vue-leaflet": "^0.6.1",
"@vue/cli": "^4.5.11",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"autoprefixer": "^9.8.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-vue": "^7.6.0",
"postcss": "^8.0.0",
"vue-carousel": "^0.18.0",
"vue-cli-plugin-yaml-loader": "~1.0.0",
"vue-plugin-load-script": "^1.3.2"
},
"eslintConfig": {
"root": true,
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended",
"standard"
],
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"parser": "babel-eslint"
},
"plugins": [
"vue"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Lapikud/2021_new_homepage"
}
}