-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "facebook",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "nuxt",
"dev:shared": "nuxt --hostname 0.0.0.0",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/fontawesome": "^1.1.2",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.17.3",
"eslint-plugin-prettier": "^4.0.0",
"normalize.css": "^8.0.1",
"nuxt": "^2.15.8",
"sass": "^1.51.0",
"vue-notification": "^1.3.20",
"vuex": "3",
"vuex-module-decorators": "^2.0.0",
"webpack": "^5.72.0"
},
"devDependencies": {
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/style-resources": "^1.2.1",
"babel-eslint": "^10.1.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-vue": "^8.7.1",
"prettier": "^2.4.0"
}
}