-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.48 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.48 KB
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
{
"name": "socialfeeds-website",
"version": "1.0.0",
"description": "SocialFeeds website.",
"author": "Jacob Bond",
"private": true,
"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/fontawesome-svg-core": "^1.2.35",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@nuxtjs/axios": "^5.13.4",
"@nuxtjs/style-resources": "^1.0.0",
"bootstrap": "^5.1.1",
"bootstrap-icons": "^1.5.0",
"bootstrap-vue": "^2.21.2",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"express": "^4.16.4",
"ioredis": "^4.27.2",
"nuxt": "^2.15.6",
"nuxt-fontawesome": "^0.4.0",
"superagent": "^6.1.0"
},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@nuxt/types": "^2.15.6",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/google-analytics": "^2.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-ast-utils": "^1.1.0",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-nuxt": "^2.0.0",
"nodemon": "^2.0.7",
"sass": "^1.33.0",
"sass-loader": "^10.2.0",
"vue-gtag": "^1.16.1"
}
}