forked from MOIMOB/drinkable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.59 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "drinkable",
"description": "cocktail app",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"license": "MIT",
"dependencies": {
"@capacitor/android": "4.4.0",
"@capacitor/app": "4.1.0",
"@capacitor/core": "4.4.0",
"@capacitor/preferences": "4.0.1",
"@supabase/supabase-js": "1.35.7",
"aurelia-animator-css": "1.0.4",
"aurelia-bootstrapper": "2.4.0",
"aurelia-dialog": "2.0.0",
"aurelia-event-aggregator": "1.0.3",
"aurelia-i18n": "4.0.3",
"aurelia-validation": "2.0.0-rc2",
"base64-arraybuffer": "1.0.2",
"compressorjs": "1.1.1",
"daisyui": "2.36.1",
"dotenv-webpack": "8.0.1",
"i18next-http-backend": "2.0.0",
"postcss-preset-env": "7.8.2",
"pulltorefreshjs": "0.1.22",
"react-hotjar": "5.2.0",
"sortablejs": "1.15.0",
"tiny-swiper": "2.2.0",
"toastify-js": "1.12.0",
"ts-node": "10.9.1",
"uuid": "9.0.0"
},
"devDependencies": {
"@capacitor/cli": "4.4.0",
"@types/jest": "29.2.0",
"@types/node": "17.0.31",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "5.41.0",
"@typescript-eslint/parser": "5.41.0",
"aurelia-cli": "3.0.1",
"aurelia-webpack-plugin": "5.0.4",
"autoprefixer": "10.4.13",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.7.1",
"cssnano": "5.1.14",
"duplicate-package-checker-webpack-plugin": "3.0.0",
"eslint": "8.26.0",
"html-loader": "4.2.0",
"html-webpack-plugin": "5.5.0",
"jest": "29.2.2",
"mini-css-extract-plugin": "2.6.1",
"postcss": "8.4.18",
"postcss-loader": "7.0.1",
"sass": "1.55.0",
"sass-loader": "13.1.0",
"style-loader": "3.3.1",
"tailwindcss": "3.2.1",
"ts-jest": "29.0.3",
"ts-loader": "9.4.1",
"typescript": "4.8.4",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.7.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.11.1"
},
"browserslist": [
"defaults"
],
"scripts": {
"build": "webpack --env production && npx cap copy",
"build-web": "webpack --env production --env web=true",
"start": "webpack serve",
"build:dev": "webpack",
"analyze": "webpack --env production --analyze",
"test": "jest"
},
"engines": {
"node": ">=10.12.0"
}
}