-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "rokka-gallery",
"version": "0.1.0",
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "./buildAndUpload.sh",
"start": "vue-cli-service serve"
},
"dependencies": {
"@johmun/vue-tags-input": "2.1.0",
"core-js": "3.25.5",
"dayjs": "1.11.5",
"lodash-es": "4.17.21",
"paths-to-tree-structure": "1.0.7",
"rokka": "^3.15.0",
"vue": "2.7.10",
"vue-clipboard2": "0.3.3",
"vue-gallery": "2.0.1",
"vue-js-modal": "2.0.1",
"vue-rokka-image-lazy": "0.4.2",
"vue-rokka-uploader": "0.5.0-alpha.2",
"vue-router": "3.6.5",
"vue-toastification": "1.7.14"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@typescript-eslint/eslint-plugin": "5.39.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-prettier": "6.0.0",
"babel-plugin-lodash": "3.3.4",
"babel-runtime": "6.26.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "14.1.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-vue": "^8.0.3",
"prettier": "^2.4.1",
"sass": "^1.55.0",
"sass-loader": "8.0.2",
"vue-template-compiler": "2.7.13"
},
"engines": {
"node": ">=16"
},
"license": "MIT",
"repository": "https://github.com/rokka-io/rokka-gallery"
}