-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
{
"name": "difhackathon",
"version": "0.0.1",
"description": "Project built for DIF hackathon by eren akyıldız",
"productName": "DIFHackathon",
"author": "erenakyildiz-code <erenakyildiz@sabanciuniv.edu>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"format": "prettier --write \"**/*.{js,vue,css,html,md,json}\" --ignore-path .gitignore",
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build",
"dev_bex": "quasar dev -m bex",
"build_bex": "quasar build -m bex"
},
"dependencies": {
"@quasar/extras": "^1.16.4",
"@scure/bip39": "^1.4.0",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"events": "^3.3.0",
"js-confetti": "^0.12.0",
"quasar": "^2.16.0",
"vue": "^3.4.18",
"vue-router": "^4.0.12",
"yarn": "^1.22.22"
},
"devDependencies": {
"@quasar/app-vite": "^1.9.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"vite-plugin-checker": "^0.8.0"
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}