-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "magius",
"author": "Simon Jäger",
"description": "A tag based image manager",
"version": "0.1.0",
"private": true,
"main": "init.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev": "concurrently \"npm run serve\" \"npm run start\"",
"electron": "electron ."
},
"dependencies": {},
"devDependencies": {
"@types/dragselect": "^1.13.1",
"@types/fs-extra": "9.0.2",
"@types/lodash": "4.14.161",
"@vue/cli-plugin-router": "^4.5.0",
"@vue/cli-plugin-typescript": "^4.5.0",
"@vue/cli-service": "^4.5.0",
"concurrently": "5.3.0",
"dragselect": "^1.13.1",
"electron": "^10.1.5",
"fs-extra": "^9.0.1",
"lodash": "^4.17.20",
"md5": "2.3.0",
"postcss-focus": "^4.0.0",
"reflect-metadata": "^0.1.13",
"ts-simple-nameof": "^1.3.0",
"typescript": "~3.9.3",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-clickaway": "^2.2.2",
"vue-property-decorator": "^8.4.2",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}