-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.78 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
{
"name": "dialogiktv-frontend",
"version": "0.0.1",
"description": "The dialogikTV web frontend application",
"author": "Moritz <[email protected]>",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/markdownit": "^1.2.10",
"@nuxtjs/pwa": "^3.3.5",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"cross-env": "^5.2.0",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"lodash": "^4.17.21",
"nuxt": "^2.15.3",
"redirect-ssl": "^2.0.0",
"vue-textarea-autosize": "^1.1.1",
"vuelidate": "^0.7.6"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"node-sass": "^4.14.1",
"nodemon": "^1.18.9",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2"
}
}