-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 904 Bytes
/
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
{
"name": "Krypto.One",
"version": "0.0.1",
"description": "Be one of the Kryptoknights!",
"productName": "kryptoone",
"cordovaId": "org.cordova.quasar.app",
"author": "jolina04 <[email protected]>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"live": "quasar build && firebase deploy --only hosting"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"axios": "^0.19.1",
"dotenv": "^8.1.0",
"firebase": "^7.1.0",
"moment": "^2.24.0",
"quasar": "^1.0.0",
"vue-dragscroll": "^1.10.2",
"vuefire": "^2.2.0",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"@quasar/app": "^1.0.0",
"sass": "^1.23.0",
"sass-loader": "^8.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}