-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.19 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
{
"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.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@nuxtjs/router": "^1.5.0",
"axios": "^0.19.1",
"bootstrap": "^4.4.1",
"dotenv": "^8.2.0",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"nuxt": "^2.11.0",
"popper.js": "^1.16.0",
"sweetalert2": "^8.19.0",
"vform": "^1.0.1",
"vue-i18n": "^8.15.3"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.1.2",
"babel-eslint": "^10.0.3",
"bootstrap": "^4.0.0",
"eslint": "^6.8.0",
"fs-extra": "^8.1.0",
"jquery": "^3.2",
"node-sass": "^4.14.1",
"popper.js": "^1.12",
"sass-loader": "^7.3.1"
}
}