-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "compromis-design",
"version": "1.0.0",
"description": "Guia de disseny i arquitectura de marca de Compromís",
"author": "Compromís",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"generate": "nuxi generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@compromis/blobby": "1.1.7",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/pro-regular-svg-icons": "^5.11.2",
"@nuxtjs/axios": "^5.9.3",
"bootstrap": "^5.1.3",
"bootstrap-vue": "^2.21.2",
"nuxt-clipboard2": "^0.2.1",
"nuxt-edge": "latest",
"nuxt-fontawesome": "^0.4.0",
"parallax-js": "^3.1.0",
"prismjs": "^1.26.0",
"sass-burger": "^1.3.1",
"utf8": "^3.0.0",
"vue-clipboard2": "^0.3.1",
"vue-scrollto": "^2.17.1"
},
"devDependencies": {
"@nuxt/bridge": "npm:@nuxt/bridge-edge",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/style-resources": "^1.2.1",
"babel-eslint": "^10.0.1",
"eslint": "^7.10.0",
"eslint-plugin-nuxt": "^1.0.0",
"node-sass": "^6.0.0",
"sass-loader": "^10.0.3"
}
}