forked from CryptoGrampy/HotShop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "hotshop",
"version": "0.2.2",
"private": true,
"homepage": "https://hotshop.onrender.com/",
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve",
"preview": "npx http-server dist"
},
"dependencies": {
"@chenfengyuan/vue-qrcode": "^2.0.0",
"@element-plus/icons-vue": "^2.0.10",
"element-plus": "^2.2.26",
"idb-keyval": "^6.2.0",
"monero-javascript": "^0.7.4",
"pinia": "^2.0.27",
"qrcode": "^1.5.1",
"register-service-worker": "^1.7.2",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^9.1.0",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"copy-webpack-plugin": "^11.0.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^8.0.3",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.8.0",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"request": "^2.88.2",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "~4.9.3",
"url": "^0.11.0",
"util": "^0.12.5"
}
}