-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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": "cordova.nuxtapp",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate && rsync -r --delete dist/ app/www/ && replace '/nuxt/' 'nuxt/' app/www -r",
"cordova": "cd app && cordova",
"run-android": "cd app && cordova build android && cordova run android",
"run-ios": "cd app && cordova build ios && cordova run ios"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@nuxt/typescript-runtime": "^2.1.0",
"@nuxtjs/axios": "^5.13.6",
"axios": "^0.27.2",
"core-js": "^3.15.1",
"nuxt": "^2.15.7",
"replace": "^1.2.1"
},
"devDependencies": {
"@nuxt/postcss8": "^1.1.3",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@types/node": "^18.7.23",
"@types/rimraf": "^3.0.2",
"autoprefixer": "^10.4.12",
"fibers": "^5.0.0",
"javascript-obfuscator": "^4.0.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"sass": "^1.34.0",
"sass-loader": "^10.1.1",
"tailwindcss": "^3.1.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"webpack-obfuscator": "^3.5.1"
}
}