-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.43 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "pictodice",
"version": "0.6.5",
"private": true,
"scripts": {
"--- LIFECYCLE ---": "",
"build": "nuxt build",
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 nuxt dev --https --ssl-cert example.crt --ssl-key example.key",
"generate": "nuxt generate",
"generate for Github Pages": "NUXT_WTF=productionweb nuxt generate",
"start": "nuxt start",
"--- NUXT UTILS ---": "",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"nuxt clean": "npx nuxi clean",
"nuxt analyze": "npx nuxi analyze",
"nuxt devtools": "nuxi devtools enable",
"nuxt devtools off": "nuxi devtools disable",
"--- CAPACITOR ---": "",
"cap sync": "npx cap sync",
"cap sync version": "capacitor-sync-version android ios",
"cap open Android Studio": "npx cap open android",
"cap open & run Android Studio": "npx cap run android -l --external",
"cap open iOS": "npx cap open ios",
"cap generate assets: icons & splashes": "npx capacitor-assets generate --assetPath /static --iconBackgroundColor '#1bdfd6' --iconBackgroundColorDark '#0e7772' --splashBackgroundColor '#1bdfd6' --splashBackgroundColorDark '#0e7772'",
"--- DEPLOYMENT ---": "",
"deploy to github-pages": "echo 'pictodice.com' > ./dist/CNAME && gh-pages -d dist -t true"
},
"devDependencies": {
"@capacitor/cli": "^4.7.3",
"@nuxt/image-edge": "^1.0.0-28020728.5df24eb",
"@nuxtjs/color-mode": "^3.2.0",
"@vite-pwa/nuxt": "^0.0.7",
"autoprefixer": "^10.4.14",
"nuxt": "^3.4.1",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1"
},
"dependencies": {
"@capacitor/android": "^4.7.3",
"@capacitor/assets": "^2.0.4",
"@capacitor/camera": "^4.1.4",
"@capacitor/core": "^4.7.3",
"@capacitor/dialog": "^4.1.0",
"@capacitor/filesystem": "^4.1.4",
"@capacitor/ios": "^4.7.3",
"@capacitor/motion": "^4.0.2",
"@capacitor/preferences": "^4.0.2",
"@capawesome/capacitor-app-update": "^2.1.1",
"@headlessui/vue": "^1.7.13",
"@ionic/pwa-elements": "^3.1.1",
"@pinia/nuxt": "^0.4.8",
"@tailwindcss/line-clamp": "^0.4.4",
"@vueuse/motion": "^2.0.0-beta.25",
"cannon-es": "^0.20.0",
"capacitor-native-settings": "^4.0.3",
"capacitor-sync-version": "^1.0.6",
"cropperjs": "^1.5.13",
"daisyui": "^2.51.5",
"gh-pages": "^5.0.0",
"jimp": "^0.3.5",
"mitt": "^3.0.0",
"pinia": "^2.0.34",
"three": "^0.151.3",
"velocity-animate": "^1.5.2"
}
}