-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.76 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
{
"name": "skygallery",
"version": "0.1.5",
"private": true,
"description": "## Project setup ``` npm install ```",
"author": "Delivator",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "vue-cli-service build && npm run publish",
"publish": "skydeploy prod"
},
"main": "src/main.js",
"dependencies": {
"browser-image-compression": "^1.0.17",
"core-js": "^3.21.0",
"crypto-js": "^4.1.1",
"exifr": "^7.1.3",
"randombytes": "^2.1.0",
"skynet-js": "^4.0.17-beta",
"vue": "^2.6.14",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^3.5.2",
"vuedraggable": "^2.24.3",
"vuetify": "^2.6.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.14",
"@vue/cli-plugin-vuex": "^4.5.14",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"base32-encode": "^2.0.0",
"base64-js": "^1.5.1",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^7.20.0",
"node-fetch": "^3.0.0",
"prettier": "^2.5.1",
"sass": "~1.32.12",
"sass-loader": "^10.1.0",
"vue-cli-plugin-vuetify": "~2.4.5",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.3"
},
"bugs": {
"url": "https://github.com/Delivator/SkyGallery/issues"
},
"homepage": "https://github.com/Delivator/SkyGallery#readme",
"keywords": [
"Skynet",
"Siasky",
"Sia",
"SkyGallery",
"DApp"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Delivator/SkyGallery.git"
}
}