-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.49 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
{
"name": "sso-team",
"version": "1.0.8",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.ts,.vue\" --ignore-path .gitignore .",
"lint:prettier": "prettier --check .",
"lint": "yarn lint:js && yarn lint:prettier",
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^2.0.9",
"@nuxtjs/axios": "^5.13.6",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.23.1",
"cookie-universal-nuxt": "^2.2.2",
"core-js": "^3.27.1",
"nuxt": "^2.15.8",
"vue": "^2.7.14",
"vue-notification": "^1.3.20",
"vue-server-renderer": "^2.7.14",
"vue-template-compiler": "^2.7.14"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-fonts": "^3.0.0-1",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "4.0.0",
"eslint-plugin-vue": "9.4.0",
"prettier": "^2.8.1",
"sass": "^1.57.1",
"sass-loader": "10.3.1",
"scss": "^0.2.4",
"webpack": "^5.77.0"
}
}