-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 890 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 890 Bytes
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
{
"name": "webidhunt",
"version": "1.0.0",
"description": "Hunt your favourite username quickly.",
"author": "RoboMx Team",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"resources": "crgen -p android,ios && node resources/sync.js android"
},
"dependencies": {
"@capacitor/android": "2.4.2",
"@capacitor/cli": "^2.4.2",
"@capacitor/core": "^2.4.2",
"@ionic/pwa-elements": "^3.0.1",
"@nuxtjs/axios": "^5.3.6",
"@nuxtjs/bulma": "^1.2.1",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/pwa": "^3.2.2",
"@nuxtjs/robots": "^2.4.2",
"nuxt": "^2.0.0",
"nuxt-seo": "^1.2.2"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^1.19.1"
}
}