-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 1.31 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
{
"name": "bitcart",
"version": "1.0.0",
"description": "Your self-hosted, open-source cryptocurrency all-in-one solution. Accept crypto and stablecoins payments and develop custom apps with ease",
"author": "MrNaif2018",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --modern",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"lintfix:precommit": "eslint --fix",
"prettier": "prettier --write --list-different --ignore-unknown",
"release": "scripts/release.sh"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/i18n": "^7.0.3",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"nuxt": "^2.15.4",
"vue-matomo": "^4.1.0",
"vue-mq": "^1.0.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@mdi/js": "^6.7.96",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.0.0",
"@nuxtjs/vuetify": "^1.11.3",
"deepmerge": "^4.2.2",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-nuxt": ">=2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^11.0.0",
"globby": "^13.0.0",
"prettier": "^2.2.1"
}
}