-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "nuxt -c client/nuxt.config.js",
"build": "nuxt build -c client/nuxt.config.js",
"start": "nuxt start -c client/nuxt.config.js",
"lint": "eslint --fix --ext .js,.vue client/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxtjs/router": "^1.5.0",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"dotenv": "^8.2.0",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"nuxt": "^2.15.0",
"popper.js": "^1.16.1",
"sweetalert2": "^10.15.1",
"vform": "^1.0.1",
"vue-i18n": "^8.22.4",
"vuejs-noty": "^0.1.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.16",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/vuetify": "^1.11.3",
"eslint": "^7.20.0",
"fs-extra": "^9.1.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1"
}
}