-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.32 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.32 KB
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": "comssa",
"version": "0.3.1",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt generate",
"lint": "eslint --ext .js,.vue .",
"lint:fix": "eslint --fix --ext .js,.vue ."
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@nuxt/content": "^1.5.3",
"@nuxtjs/fontawesome": "^1.1.2",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.9.1",
"nuxt": "^2.15.6",
"v-lazy-image": "^1.4.0",
"vue": "^2.6.12",
"vue-lazyload": "^1.3.3",
"vue-plugin-load-script": "^1.3.2",
"vue-router": "^3.6.5",
"vue-slick-carousel": "^1.0.6"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "^4.5.13",
"css-loader": "^5.2.4",
"eslint": "^7.26.0",
"fibers": "^5.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"lqip-loader": "^2.1.1",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"volta": {
"node": "15.4.0",
"yarn": "1.22.17"
}
}