forked from juhaku/loginized
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "loginized",
"description": "Loginized Gnome GDM Login Theme Manager",
"homepage": "https://github.com/juhaku/loginized",
"version": "1.1.4-SNAPSHOT",
"private": true,
"license": "GPL-3.0",
"author": {
"name": "Juha Kukkonen",
"email": "juha7kukkonen@gmail.com",
"url": "https://github.com/juhaku/loginized"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"luxon": "^1.9.0",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.2",
"vuex": "^3.0.1"
},
"devDependencies": {
"@types/luxon": "^1.4.1",
"@vue/cli-plugin-typescript": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"electron": "^4.0.0",
"electron-builder": "^20.38.4",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"typescript": "^3.0.0",
"vue-cli-plugin-electron-builder": "^1.0.0-rc.10",
"vue-template-compiler": "^2.5.17",
"vuex-class": "^0.3.1"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"main": "background.js"
}