-
-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
50
51
52
53
{
"name": "foodfire",
"version": "1.5.0",
"description": "Ready to use Nuxt + Firebase Shopping APP for Food Ordering",
"author": "Swadesh Behera <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development nuxt",
"prod": "nuxt build",
"generate": "nuxt generate",
"start": "cross-env NODE_ENV=production nuxt start"
},
"dependencies": {
"@nuxtjs/component-cache": "^1.1.6",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.0-beta.20",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/toast": "^3.3.1",
"cookie-universal-nuxt": "^2.2.2",
"firebase": "^7.14.5",
"cross-env": "^7.0.3",
"helmet": "^3.22.0",
"nuxt": "^2.16.3",
"vue-firestore": "^0.3.30"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"core-js": "2",
"vue-content-loader": "^0.2.3",
"vue-lazyload": "^1.3.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3000"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}