-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "cooperacynuxt",
"version": "1.0.6",
"description": "Cooperacy - The Cooperation-based Social System",
"author": "Alessandro Merletti De Palo",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"dev-debug": "node --inspect node_modules/.bin/nuxt",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxt/components": "^1.2.5",
"@nuxt/http": "^0.6.2",
"@nuxt/webpack": "^2.15.3",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/color-mode": "^1.1.1",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/toast": "^3.3.1",
"@popperjs/core": "^2.6.0",
"bcryptjs": "^2.4.3",
"bignumber.js": "^7.2.1",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"jimp": "^0.10.3",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"node-sass": "^5.0.0",
"nodemailer": "^6.4.17",
"nodemon": "^2.0.7",
"nuxt": "^2.14.12",
"resolve-url": "^0.2.1",
"sass-loader": "^10.1.1",
"tributejs": "3.0",
"typescript": "^3.9.7",
"urix": "^0.1.0",
"v-tooltip": "^2.1.2",
"vue-recaptcha": "^1.3.0",
"vue-slider-component": "^3.2.11",
"vue-tribute": "^1.0.7"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2",
"vue-eslint-parser": "^7.4.1"
}
}